mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-01-11 10:00:03 -03:30
Flannel: fix init container image arch (#9461)
The install-cni-plugin image was not updated to the corresponding arch when building the different DS. Fixes issue #9460 Signed-off-by: Fred Rolland <frolland@nvidia.com> Signed-off-by: Fred Rolland <frolland@nvidia.com>
This commit is contained in:
parent
34a52a7028
commit
58faef6ff6
@ -114,7 +114,7 @@ spec:
|
||||
- {{ arch }}
|
||||
initContainers:
|
||||
- name: install-cni-plugin
|
||||
image: {{ flannel_init_image_repo }}:{{ flannel_init_image_tag }}
|
||||
image: {{ flannel_init_image_repo }}:{{ flannel_init_image_tag | regex_replace(image_arch,'') }}{{ arch }}
|
||||
command:
|
||||
- cp
|
||||
args:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user