From 683c6e9eb06d0f49c43eef9ecbb777a3adaeda88 Mon Sep 17 00:00:00 2001 From: Tom Denham Date: Tue, 18 Apr 2017 15:12:36 -0700 Subject: [PATCH] Correct the image in the k8s manifest files --- Documentation/kube-flannel.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/kube-flannel.yml b/Documentation/kube-flannel.yml index db3ca73dce..09dfe531f0 100644 --- a/Documentation/kube-flannel.yml +++ b/Documentation/kube-flannel.yml @@ -55,7 +55,7 @@ spec: serviceAccountName: flannel containers: - name: kube-flannel - image: quay.io/coreos/flannel-git:v0.7.1-amd64 + image: quay.io/coreos/flannel:v0.7.1-amd64 command: [ "/opt/bin/flanneld", "--ip-masq", "--kube-subnet-mgr" ] securityContext: privileged: true @@ -74,7 +74,7 @@ spec: - name: flannel-cfg mountPath: /etc/kube-flannel/ - name: install-cni - image: quay.io/coreos/flannel-git:v0.7.1-amd64 + image: quay.io/coreos/flannel:v0.7.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