mirror of https://github.com/kubernetes/kops.git
Amazon VPC CNI - update DaemonSet
This commit is contained in:
parent
46122cd12b
commit
a36fa3f4e1
|
|
@ -77,8 +77,6 @@ metadata:
|
||||||
k8s-app: aws-node
|
k8s-app: aws-node
|
||||||
name: aws-node
|
name: aws-node
|
||||||
namespace: kube-system
|
namespace: kube-system
|
||||||
labels:
|
|
||||||
k8s-app: aws-node
|
|
||||||
spec:
|
spec:
|
||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
|
|
@ -196,16 +194,14 @@ spec:
|
||||||
image: 602401143452.dkr.ecr.us-west-2.amazonaws.com/amazon-k8s-cni-init:v1.7.5
|
image: 602401143452.dkr.ecr.us-west-2.amazonaws.com/amazon-k8s-cni-init:v1.7.5
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
name: aws-vpc-cni-init
|
name: aws-vpc-cni-init
|
||||||
resources: {}
|
|
||||||
securityContext:
|
securityContext:
|
||||||
privileged: true
|
privileged: true
|
||||||
terminationMessagePath: /dev/termination-log
|
|
||||||
terminationMessagePolicy: File
|
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /host/opt/cni/bin
|
- mountPath: /host/opt/cni/bin
|
||||||
name: cni-bin-dir
|
name: cni-bin-dir
|
||||||
priorityClassName: system-node-critical
|
priorityClassName: system-node-critical
|
||||||
serviceAccountName: aws-node
|
serviceAccountName: aws-node
|
||||||
|
terminationGracePeriodSeconds: 10
|
||||||
tolerations:
|
tolerations:
|
||||||
- operator: Exists
|
- operator: Exists
|
||||||
volumes:
|
volumes:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue