1
0
Fork 0
Commit Graph

5 Commits (master)

Author SHA1 Message Date
Dustin da2b1e60cd 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.
2025-07-21 17:17:16 -05:00
Dustin 2442835edd autoscaler: Add SealedSecret for AWS key 2024-02-22 09:59:16 -06:00
Dustin 6496e76079 autoscaler: Update to CA 1.26
Cluster Autoscaler version is supposed to match the Kubernetes version.
Also, updating specifically to address ASG tags for node resources
([issue 5164]).

[issue 5164]: https://github.com/kubernetes/autoscaler/issues/5164
2024-01-14 11:33:30 -06:00
Dustin 1d199a0e75 autoscaler: Tolerate control-plane taint
Kubernetes 1.24 introduced a new taint for Control Plane nodes that must
be tolerated in addition to the original taint in order for pods to be
scheduled to run on such nodes.
2022-12-16 17:20:22 -06:00
Dustin 3755aaab6f autoscaler: Add manifest for Cluster Autoscaler 2022-10-11 21:57:59 -05:00