mirror of
https://github.com/k8snetworkplumbingwg/multus-cni.git
synced 2025-09-28 04:51:00 +00:00
Fixup thick deployment, make images thiner (#747)
* deployment, thick: only use thick image Signed-off-by: Etienne Champetier <e.champetier@ateme.com> * images: only keep binaries and LICENSE Signed-off-by: Etienne Champetier <e.champetier@ateme.com>
This commit is contained in:
committed by
GitHub
parent
7091831a00
commit
32c952e501
@@ -144,7 +144,7 @@ spec:
|
||||
mountPath: /host/opt/cni/bin
|
||||
initContainers:
|
||||
- name: install-multus-binary
|
||||
image: ghcr.io/k8snetworkplumbingwg/multus-cni:stable
|
||||
image: ghcr.io/k8snetworkplumbingwg/multus-cni:thick
|
||||
command:
|
||||
- "cp"
|
||||
- "/usr/src/multus-cni/bin/multus"
|
||||
@@ -160,7 +160,7 @@ spec:
|
||||
mountPath: /host/opt/cni/bin
|
||||
mountPropagation: Bidirectional
|
||||
- name: generate-kubeconfig
|
||||
image: docker.io/maiqueb/multus
|
||||
image: ghcr.io/k8snetworkplumbingwg/multus-cni:thick
|
||||
command:
|
||||
- "/usr/src/multus-cni/bin/generate-kubeconfig"
|
||||
args:
|
||||
|
Reference in New Issue
Block a user