mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-14 13:54:37 +03:00
Modify imagepullpolicy (#6816)
This commit is contained in:
@@ -29,7 +29,7 @@ spec:
|
||||
image: {{ ingress_ambassador_image_repo }}:{{ ingress_ambassador_image_tag }}
|
||||
command:
|
||||
- ambassador-operator
|
||||
imagePullPolicy: Always
|
||||
imagePullPolicy: {{ k8s_image_pull_policy }}
|
||||
env:
|
||||
- name: WATCH_NAMESPACE
|
||||
valueFrom:
|
||||
|
||||
@@ -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