-
Notifications
You must be signed in to change notification settings - Fork 6.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update CNI (calico, kubeovn, multus) and Helm
- Loading branch information
1 parent
5f2c8ac
commit 05f132c
Showing
2 changed files
with
15 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
05f132c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi all,
Got an error when trying to install kubernetes with kubespray.
calico_crds_archive_checksums doesn't have the 3.16.9 checksum so it made an error.
TASK [download : prep_kubeadm_images | Check kubeadm version matches kubernetes version] ... {{ calico_crds_archive_checksums[calico_version] }}: 'dict object' has no attribute 'v3.16.9'\n\nThe error appears to be in 'kubespray/roles/download/tasks/prep_kubeadm_images.yml': line 2, column 3, but may\nbe elsewhere in the file depending on the exact syntax problem.\n\nThe offending line appears to be:\n\n---\n- name: prep_kubeadm_images | Check kubeadm version matches kubernetes version\n ^ here\n"}
05f132c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, on it, sorry about that : #7386
05f132c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thx for the reply ;)