|
@@ -48,7 +48,7 @@ spec:
|
|
|
serviceAccountName: flannel
|
|
|
containers:
|
|
|
- name: kube-flannel
|
|
|
- image: quay.io/coreos/flannel-git:v0.6.1-62-g6d631ba-amd64
|
|
|
+ image: quay.io/coreos/flannel:v0.7.0
|
|
|
command: [ "/opt/bin/flanneld", "--ip-masq", "--kube-subnet-mgr" ]
|
|
|
securityContext:
|
|
|
privileged: true
|
|
@@ -67,7 +67,7 @@ spec:
|
|
|
- name: flannel-cfg
|
|
|
mountPath: /etc/kube-flannel/
|
|
|
- name: install-cni
|
|
|
- image: quay.io/coreos/flannel-git:v0.6.1-62-g6d631ba-amd64
|
|
|
+ image: quay.io/coreos/flannel:v0.7.0
|
|
|
command: [ "/bin/sh", "-c", "set -e -x; cp -f /etc/kube-flannel/cni-conf.json /etc/cni/net.d/10-flannel.conf; while true; do sleep 3600; done" ]
|
|
|
volumeMounts:
|
|
|
- name: cni
|