autoscaler: Set imagePullPolicy: IfNotPresent
We don't want to pull public container images that already exist. This creates prevents pods from starting if there is any connectivity issue with the upstream registry.pull/74/head
parent
810134e9bc
commit
da2b1e60cd
|
@ -22,6 +22,7 @@ patches:
|
|||
spec:
|
||||
containers:
|
||||
- name: cluster-autoscaler
|
||||
imagePullPolicy: IfNotPresent
|
||||
command:
|
||||
- ./cluster-autoscaler
|
||||
- --v=4
|
||||
|
|
Loading…
Reference in New Issue