Просмотр исходного кода

Merge pull request #600 from bamarni/patch-1

[doc][kube-flannel] set explicit arch on daemonset images
Tom Denham 8 лет назад
Родитель
Сommit
bde8e786e9
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      Documentation/kube-flannel.yml

+ 2 - 2
Documentation/kube-flannel.yml

@@ -48,7 +48,7 @@ spec:
       serviceAccountName: flannel
       containers:
       - name: kube-flannel
-        image: quay.io/coreos/flannel:v0.7.0
+        image: quay.io/coreos/flannel:v0.7.0-amd64
         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:v0.7.0
+        image: quay.io/coreos/flannel:v0.7.0-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