diff --git a/Documentation/kube-flannel-psp.yml b/Documentation/kube-flannel-psp.yml index 4bada9b205..bcbb672ac6 100644 --- a/Documentation/kube-flannel-psp.yml +++ b/Documentation/kube-flannel-psp.yml @@ -167,7 +167,7 @@ spec: initContainers: - name: install-cni-plugin #image: flannelcni/flannel-cni-plugin:v1.1.0 for ppc64le and mips64le (dockerhub limitations may apply) - image: rancher/mirrored-flannelcni-flannel-cni-plugin:v1.1.0 + image: docker.io/rancher/mirrored-flannelcni-flannel-cni-plugin:v1.1.0 command: - cp args: @@ -178,8 +178,8 @@ spec: - name: cni-plugin mountPath: /opt/cni/bin - name: install-cni - #image: flannelcni/flannel:v0.18.1 for ppc64le and mips64le (dockerhub limitations may apply) - image: rancher/mirrored-flannelcni-flannel:v0.18.1 + #image: flannelcni/flannel:v0.19.0 for ppc64le and mips64le (dockerhub limitations may apply) + image: docker.io/rancher/mirrored-flannelcni-flannel:v0.19.0 command: - cp args: @@ -193,8 +193,8 @@ spec: mountPath: /etc/kube-flannel/ containers: - name: kube-flannel - #image: flannelcni/flannel:v0.18.1 for ppc64le and mips64le (dockerhub limitations may apply) - image: rancher/mirrored-flannelcni-flannel:v0.18.1 + #image: flannelcni/flannel:v0.19.0 for ppc64le and mips64le (dockerhub limitations may apply) + image: docker.io/rancher/mirrored-flannelcni-flannel:v0.19.0 command: - /opt/bin/flanneld args: diff --git a/Documentation/kube-flannel.yml b/Documentation/kube-flannel.yml index a15a63a3ef..fe3b5c379e 100644 --- a/Documentation/kube-flannel.yml +++ b/Documentation/kube-flannel.yml @@ -123,7 +123,7 @@ spec: initContainers: - name: install-cni-plugin #image: flannelcni/flannel-cni-plugin:v1.1.0 for ppc64le and mips64le (dockerhub limitations may apply) - image: rancher/mirrored-flannelcni-flannel-cni-plugin:v1.1.0 + image: docker.io/rancher/mirrored-flannelcni-flannel-cni-plugin:v1.1.0 command: - cp args: @@ -134,8 +134,8 @@ spec: - name: cni-plugin mountPath: /opt/cni/bin - name: install-cni - #image: flannelcni/flannel:v0.18.1 for ppc64le and mips64le (dockerhub limitations may apply) - image: rancher/mirrored-flannelcni-flannel:v0.18.1 + #image: flannelcni/flannel:v0.19.0 for ppc64le and mips64le (dockerhub limitations may apply) + image: docker.io/rancher/mirrored-flannelcni-flannel:v0.19.0 command: - cp args: @@ -149,8 +149,8 @@ spec: mountPath: /etc/kube-flannel/ containers: - name: kube-flannel - #image: flannelcni/flannel:v0.18.1 for ppc64le and mips64le (dockerhub limitations may apply) - image: rancher/mirrored-flannelcni-flannel:v0.18.1 + #image: flannelcni/flannel:v0.19.0 for ppc64le and mips64le (dockerhub limitations may apply) + image: docker.io/rancher/mirrored-flannelcni-flannel:v0.19.0 command: - /opt/bin/flanneld args: