forked from github/multus-cni
Merge pull request #550 from s1061123/fix/image-url
Specify image repo URL explicitly
This commit is contained in:
@@ -172,7 +172,7 @@ spec:
|
|||||||
containers:
|
containers:
|
||||||
- name: kube-multus
|
- name: kube-multus
|
||||||
# crio support requires multus:latest for now. support 3.3 or later.
|
# 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"]
|
command: ["/entrypoint.sh"]
|
||||||
args:
|
args:
|
||||||
- "--cni-version=0.3.1"
|
- "--cni-version=0.3.1"
|
||||||
@@ -248,7 +248,7 @@ spec:
|
|||||||
containers:
|
containers:
|
||||||
- name: kube-multus
|
- name: kube-multus
|
||||||
# crio support requires multus:latest for now. support 3.3 or later.
|
# 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"]
|
command: ["/entrypoint.sh"]
|
||||||
args:
|
args:
|
||||||
- "--cni-version=0.3.1"
|
- "--cni-version=0.3.1"
|
||||||
|
@@ -144,7 +144,7 @@ spec:
|
|||||||
serviceAccountName: multus
|
serviceAccountName: multus
|
||||||
containers:
|
containers:
|
||||||
- name: kube-multus
|
- name: kube-multus
|
||||||
image: nfvpe/multus:v3.6
|
image: docker.io/nfvpe/multus:stable
|
||||||
command: ["/entrypoint.sh"]
|
command: ["/entrypoint.sh"]
|
||||||
args:
|
args:
|
||||||
- "--multus-conf-file=auto"
|
- "--multus-conf-file=auto"
|
||||||
@@ -212,7 +212,7 @@ spec:
|
|||||||
containers:
|
containers:
|
||||||
- name: kube-multus
|
- name: kube-multus
|
||||||
# ppc64le support requires multus:latest for now. support 3.3 or later.
|
# 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"]
|
command: ["/entrypoint.sh"]
|
||||||
args:
|
args:
|
||||||
- "--multus-conf-file=auto"
|
- "--multus-conf-file=auto"
|
||||||
|
@@ -171,7 +171,7 @@ spec:
|
|||||||
serviceAccountName: multus
|
serviceAccountName: multus
|
||||||
containers:
|
containers:
|
||||||
- name: kube-multus
|
- name: kube-multus
|
||||||
image: nfvpe/multus:v3.6
|
image: docker.io/nfvpe/multus:stable
|
||||||
command: ["/entrypoint.sh"]
|
command: ["/entrypoint.sh"]
|
||||||
args:
|
args:
|
||||||
- "--multus-conf-file=auto"
|
- "--multus-conf-file=auto"
|
||||||
@@ -238,7 +238,7 @@ spec:
|
|||||||
containers:
|
containers:
|
||||||
- name: kube-multus
|
- name: kube-multus
|
||||||
# ppc64le support requires multus:latest for now. support 3.3 or later.
|
# 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"]
|
command: ["/entrypoint.sh"]
|
||||||
args:
|
args:
|
||||||
- "--multus-conf-file=auto"
|
- "--multus-conf-file=auto"
|
||||||
|
Reference in New Issue
Block a user