mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-28 09:39:12 +03:00
Modify imagepullpolicy (#6816)
This commit is contained in:
@@ -318,7 +318,7 @@ spec:
|
||||
name: memberlist
|
||||
key: secretkey
|
||||
image: {{ metallb_speaker_image_repo }}:{{ metallb_version }}
|
||||
imagePullPolicy: Always
|
||||
imagePullPolicy: {{ k8s_image_pull_policy }}
|
||||
name: speaker
|
||||
ports:
|
||||
- containerPort: {{ metallb_port }}
|
||||
@@ -374,7 +374,7 @@ spec:
|
||||
- --port={{ metallb_port }}
|
||||
- --config=config
|
||||
image: {{ metallb_controller_image_repo }}:{{ metallb_version }}
|
||||
imagePullPolicy: Always
|
||||
imagePullPolicy: {{ k8s_image_pull_policy }}
|
||||
name: controller
|
||||
ports:
|
||||
- containerPort: {{ metallb_port }}
|
||||
|
||||
Reference in New Issue
Block a user