-
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
Change Image Name on yaml manifest based on the version (vpc-cni v1.8.0) #1947
Comments
@chiplux - you can find the correct manifest here - https://github.com/aws/amazon-vpc-cni-k8s/blob/v1.8.0/config/v1.8/aws-k8s-cni.yaml. Is there any reason you would like config/master to be updated in release-1.8 branch? |
Hi @jayanthvn , I just following the AWS document, https://docs.aws.amazon.com/eks/latest/userguide/managing-vpc-cni.html#updating-vpc-cni-add-on. Currently we use the vpc-cni v1.7.5 on the EKS kubernetes v1.21 and need to update to version 1.8.0. The document use this command
to download the manifest, and I believe just need to change the v1.10.1 to v1.8.0 to get the version that I need. |
@chiplux - Until v1.9.0, we used to have image tag "latest" in config/master and have version tag in config/ for instance "config/v1.8". But "latest" tag image never existed hence from 1.9.0 onwards we just have correct latest tag under config/master. To find the correct release, you can check here - https://github.com/aws/amazon-vpc-cni-k8s/releases From v1.9.0 onwards you can follow the step as above i.e, replacing v1.10.1 to v1.9.0 - https://raw.githubusercontent.com/aws/amazon-vpc-cni-k8s/v1.10.1/config/master/aws-k8s-cni.yaml but not with v1.8.0. Sorry for the confusion. |
@jayanthvn - Thank you for the information, I think we can close this issue. |
|
What happened:
Image problem on version 1.8.0, https://github.com/aws/amazon-vpc-cni-k8s/blob/v1.8.0/config/master/aws-k8s-cni.yaml#L156
should change:
"image": "602401143452.dkr.ecr.us-west-2.amazonaws.com/amazon-k8s-cni:latest"
to"image": "602401143452.dkr.ecr.us-west-2.amazonaws.com/amazon-k8s-cni:v1.8.0"
"image": "602401143452.dkr.ecr.us-west-2.amazonaws.com/amazon-k8s-cni-init:latest"
to"image": "602401143452.dkr.ecr.us-west-2.amazonaws.com/amazon-k8s-cni-init:v1.8.0"
Attach logs
What you expected to happen:
change the image name
How to reproduce it (as minimally and precisely as possible):
updating the vpc-cni-add-on based on this document, https://docs.aws.amazon.com/eks/latest/userguide/managing-vpc-cni.html#updating-vpc-cni-add-on,
when applying the manifest
Anything else we need to know?:
Environment:
kubectl version
): version 1.21cat /etc/os-release
): Ubuntu 20.04.4 LTSuname -a
): 5.13.0-39-generic SNATing for pod IP space to be done only when leaving a private network #44~20.04.1-UbuntuThe text was updated successfully, but these errors were encountered: