1
0
Fork 0

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
Dustin 2025-07-21 17:17:16 -05:00
parent 810134e9bc
commit da2b1e60cd
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ patches:
spec:
containers:
- name: cluster-autoscaler
imagePullPolicy: IfNotPresent
command:
- ./cluster-autoscaler
- --v=4