Skip to content
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

update vpc cni to v1.11.2 #768

Merged
merged 1 commit into from
Jun 3, 2022
Merged

update vpc cni to v1.11.2 #768

merged 1 commit into from
Jun 3, 2022

Conversation

orsenthil
Copy link
Member

@orsenthil orsenthil commented Jun 3, 2022

Issue

Description of changes

Checklist

  • Added/modified documentation as required (such as the README.md for modified charts)
  • Incremented the chart version in Chart.yaml for the modified chart(s)
  • Manually tested. Describe what testing was done in the testing section below
  • Make sure the title of the PR is a good description that can go into the release notes

Testing

  1. Setup a cluster
eksctl create cluster --name senthil-$(date +%d%b)-c2 --version 1.22 --region us-west-2 --with-oidc --ssh-access --nodegroup-name standard-workers --node-type c5.xlarge --nodes 2 --nodes-min 1 --nodes-max 2
  1. I had to attach AmazonEKS_CNI_Policy to NodeGroup IAM policy as it wasn't present.
  2. Remove existing CNI
kubectl delete -f https://raw.githubusercontent.com/aws/amazon-vpc-cni-k8s/release-1.10/config/master/aws-k8s-cni.yaml
  1. Install CNI from charts
$ helm install aws-vpc-cni --namespace kube-system ./charts/aws-vpc-cni
NAME: aws-vpc-cni
LAST DEPLOYED: Fri Jun  3 18:11:45 2022
NAMESPACE: kube-system
STATUS: deployed
REVISION: 1
TEST SUITE: None
NOTES:
aws-vpc-cni has been installed or updated. To check the status of pods, run:

kubectl get pods --namespace kube-system -l "app.kubernetes.io/name=aws-node,app.kubernetes.io/instance=aws-vpc-cni"
  1. Verify pods are running.
$ kubectl get pods --namespace kube-system -l "app.kubernetes.io/name=aws-node,app.kubernetes.io/instance=aws-vpc-cni" -w
NAME             READY   STATUS    RESTARTS        AGE
aws-node-fd66p   1/1     Running   4 (2m48s ago)   9m34s
aws-node-jtlsq   1/1     Running   4 (2m48s ago)   9m34s

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@orsenthil orsenthil requested a review from jayanthvn as a code owner June 3, 2022 18:25
Copy link
Contributor

@jayanthvn jayanthvn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@orsenthil orsenthil merged commit e104bea into aws:master Jun 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants