Skip to content

Commit

Permalink
Upgrade amazon vpc cni to 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rifelpet committed Apr 28, 2020
1 parent f00e538 commit 1b75331
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ rules:
- crd.k8s.amazonaws.com
resources:
- "*"
- namespaces
verbs:
- "*"
- apiGroups: [""]
Expand Down Expand Up @@ -89,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.0" }}"
- image: "{{- or .Networking.AmazonVPC.ImageName "602401143452.dkr.ecr.us-west-2.amazonaws.com/amazon-k8s-cni:v1.6.1" }}"
imagePullPolicy: Always
ports:
- containerPort: 61678
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ spec:
- id: k8s-1.16
kubernetesVersion: '>=1.16.0'
manifest: networking.amazon-vpc-routed-eni/k8s-1.16.yaml
manifestHash: b946da9da7a2bd171e807ed39ed07e6f1eb868ee
manifestHash: bcd0b0d5d79a33a5f9d6d226f0c6c1ba18ec848f
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 @@ -7,7 +7,6 @@ rules:
- crd.k8s.amazonaws.com
resources:
- '*'
- namespaces
verbs:
- '*'
- apiGroups:
Expand Down Expand Up @@ -104,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.0
image: 602401143452.dkr.ecr.us-west-2.amazonaws.com/amazon-k8s-cni:v1.6.1
imagePullPolicy: Always
livenessProbe:
exec:
Expand Down

0 comments on commit 1b75331

Please sign in to comment.