Skip to content

Commit

Permalink
Merge pull request #9408 from MoShitrit/upgrade-aws-cni
Browse files Browse the repository at this point in the history
Upgrade Amazon VPC CNI to 1.6.3
  • Loading branch information
k8s-ci-robot authored Jun 19, 2020
2 parents ff94f4a + 1c1044b commit cb0333a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion upup/models/bindata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ spec:
tolerations:
- operator: Exists
containers:
- image: "{{- or .Networking.AmazonVPC.ImageName "602401143452.dkr.ecr.us-west-2.amazonaws.com/amazon-k8s-cni:v1.6.2" }}"
- image: "{{- or .Networking.AmazonVPC.ImageName "602401143452.dkr.ecr.us-west-2.amazonaws.com/amazon-k8s-cni:v1.6.3" }}"
imagePullPolicy: Always
ports:
- containerPort: 61678
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ spec:
- id: k8s-1.16
kubernetesVersion: '>=1.16.0'
manifest: networking.amazon-vpc-routed-eni/k8s-1.16.yaml
manifestHash: 92f1b119fe4732fe00ea4bf2e8846a2579e39dc9
manifestHash: 61ba5dc7aec5164020d9f8e1336e11819fe18af2
name: networking.amazon-vpc-routed-eni
selector:
role.kubernetes.io/networking: "1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ spec:
value: "10"
- name: AWS_VPC_K8S_CNI_LOGLEVEL
value: debug
image: 602401143452.dkr.ecr.us-west-2.amazonaws.com/amazon-k8s-cni:v1.6.2
image: 602401143452.dkr.ecr.us-west-2.amazonaws.com/amazon-k8s-cni:v1.6.3
imagePullPolicy: Always
livenessProbe:
exec:
Expand Down

0 comments on commit cb0333a

Please sign in to comment.