Skip to content

Commit

Permalink
kube: Update manifests to v0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tomdee committed Nov 22, 2017
1 parent 30fdb55 commit 64e7cfa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Documentation/k8s-manifests/kube-flannel-legacy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ spec:
serviceAccountName: flannel
containers:
- name: kube-flannel
image: quay.io/coreos/flannel:v0.9.0-amd64
image: quay.io/coreos/flannel:v0.9.1-amd64
command: [ "/opt/bin/flanneld", "--ip-masq", "--kube-subnet-mgr" ]
securityContext:
privileged: true
Expand All @@ -70,7 +70,7 @@ spec:
- name: flannel-cfg
mountPath: /etc/kube-flannel/
- name: install-cni
image: quay.io/coreos/flannel:v0.9.0-amd64
image: quay.io/coreos/flannel:v0.9.1-amd64
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
Expand Down
4 changes: 2 additions & 2 deletions Documentation/kube-flannel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ spec:
serviceAccountName: flannel
initContainers:
- name: install-cni
image: quay.io/coreos/flannel:v0.9.0-amd64
image: quay.io/coreos/flannel:v0.9.1-amd64
command:
- cp
args:
Expand All @@ -107,7 +107,7 @@ spec:
mountPath: /etc/kube-flannel/
containers:
- name: kube-flannel
image: quay.io/coreos/flannel:v0.9.0-amd64
image: quay.io/coreos/flannel:v0.9.1-amd64
command: [ "/opt/bin/flanneld", "--ip-masq", "--kube-subnet-mgr" ]
securityContext:
privileged: true
Expand Down

0 comments on commit 64e7cfa

Please sign in to comment.