-
Notifications
You must be signed in to change notification settings - Fork 742
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
upgrading to 1.3.2 but it remains 1.3.0 #321
Comments
Indeed, https://github.com/aws/amazon-vpc-cni-k8s/blob/v1.3.2/config/v1.3/aws-k8s-cni.yaml is stuck on v1.3.0. If you change the tag to v1.3.2 then the image pull fails. |
The latest config file on master has the 1.3.2 version set (permalink): https://raw.githubusercontent.com/aws/amazon-vpc-cni-k8s/0121d79566efa768275d3ec3d95fb7a599f84614/config/v1.3/aws-k8s-cni.yaml The annoying part is that the version changed slightly to have a Commit used to update the yaml file: 0121d79#diff-c5b46112cd953925bd7125f8ce8296e5 |
strangely enough both |
This was definitely a mistake in the 1.3 release branch. Put up a PR. |
It looks like this was a previous commit on the 1.3 branch. This is updated in the latest master and 1.3 branch. https://github.com/aws/amazon-vpc-cni-k8s/blob/release-1.3/config/v1.3/aws-k8s-cni.yaml |
Here is my solution:
|
I was upgrading from 1.2.1 to 1.3.2 according to this document, however, it seems to be the cni version is
1.3.0
.amazon-vpc-cni-k8s/config/v1.3/aws-k8s-cni.yaml
Line 71 in 4a51ed4
How can I make sure it's already
1.3.2
?The text was updated successfully, but these errors were encountered: