From 95cc1902c0d5bc200f6367f4e0d3461cce712bb0 Mon Sep 17 00:00:00 2001 From: Tomofumi Hayashi Date: Mon, 31 Aug 2020 14:58:10 +0900 Subject: [PATCH] Specify image repo URL explicitly This fix supplies domain for container image repo because in some runtime configuration, 'docker.io' is not specified as default container repository url. --- images/multus-daemonset-crio.yml | 4 ++-- images/multus-daemonset-gke-1.16.yml | 4 ++-- images/multus-daemonset.yml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/images/multus-daemonset-crio.yml b/images/multus-daemonset-crio.yml index f048a3e63..58e927fd0 100644 --- a/images/multus-daemonset-crio.yml +++ b/images/multus-daemonset-crio.yml @@ -172,7 +172,7 @@ spec: containers: - name: kube-multus # crio support requires multus:latest for now. support 3.3 or later. - image: nfvpe/multus:v3.6 + image: docker.io/nfvpe/multus:stable command: ["/entrypoint.sh"] args: - "--cni-version=0.3.1" @@ -248,7 +248,7 @@ spec: containers: - name: kube-multus # crio support requires multus:latest for now. support 3.3 or later. - image: nfvpe/multus:latest-ppc64le + image: docker.io/nfvpe/multus:stable-ppc64le command: ["/entrypoint.sh"] args: - "--cni-version=0.3.1" diff --git a/images/multus-daemonset-gke-1.16.yml b/images/multus-daemonset-gke-1.16.yml index af817d6f4..e7a31359e 100644 --- a/images/multus-daemonset-gke-1.16.yml +++ b/images/multus-daemonset-gke-1.16.yml @@ -144,7 +144,7 @@ spec: serviceAccountName: multus containers: - name: kube-multus - image: nfvpe/multus:v3.6 + image: docker.io/nfvpe/multus:stable command: ["/entrypoint.sh"] args: - "--multus-conf-file=auto" @@ -212,7 +212,7 @@ spec: containers: - name: kube-multus # ppc64le support requires multus:latest for now. support 3.3 or later. - image: nfvpe/multus:latest-ppc64le + image: docker.io/nfvpe/multus:stable-ppc64le command: ["/entrypoint.sh"] args: - "--multus-conf-file=auto" diff --git a/images/multus-daemonset.yml b/images/multus-daemonset.yml index ebdcb2724..0a768c6d9 100644 --- a/images/multus-daemonset.yml +++ b/images/multus-daemonset.yml @@ -171,7 +171,7 @@ spec: serviceAccountName: multus containers: - name: kube-multus - image: nfvpe/multus:v3.6 + image: docker.io/nfvpe/multus:stable command: ["/entrypoint.sh"] args: - "--multus-conf-file=auto" @@ -238,7 +238,7 @@ spec: containers: - name: kube-multus # ppc64le support requires multus:latest for now. support 3.3 or later. - image: nfvpe/multus:latest-ppc64le + image: docker.io/nfvpe/multus:stable-ppc64le command: ["/entrypoint.sh"] args: - "--multus-conf-file=auto"