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.
This commit is contained in:
2025-07-21 17:17:16 -05:00
parent 810134e9bc
commit da2b1e60cd

View File

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