Difference between revisions of "Kubernetes Cluster Autoscaler"
Jump to navigation
Jump to search
Line 15: | Line 15: | ||
[[kubectl get pods -n cluster-autoscaler -o yaml cluster-autoscaler-0987654321]] | [[kubectl get pods -n cluster-autoscaler -o yaml cluster-autoscaler-0987654321]] | ||
+ | |||
+ | |||
+ | kubectl get events -o yaml | grep message | ||
+ | message: '0/2 nodes are available: 2 Insufficient cpu.' | ||
+ | message: 'pod didn''t trigger scale-up: ' | ||
== Related terms == | == Related terms == |
Revision as of 07:57, 1 November 2022
kubectl get pods -A | grep autoscaler cluster-autoscaler cluster-autoscaler-86cff49xx4-6tcht 1/1 Running 1 (109d ago) 123d
helm list -A | grep autoscaler cluster-autoscaler cluster-autoscaler 1 2022-06-06 11:11:42.560486 +0200 CEST deployed cluster-autoscaler-9.16.2 1.23.0
autoScaler: enabled: true min: 2 max: 20
kubectl get pods -n cluster-autoscaler -o yaml cluster-autoscaler-0987654321
kubectl get events -o yaml | grep message message: '0/2 nodes are available: 2 Insufficient cpu.' message: 'pod didnt trigger scale-up: '
Related terms
See also
- Horizontal Pod Autoscaler (HPA), Horizontal cluster-proportional-autoscaler container, Kubernetes cluster-proportional-vertical-autoscaler, Kubernetes Horizontal cluster-proportional-autoscaler container,
FailedGetResourceMetric
- Kubernetes autoscaling, HPA, VPA, Karpenter, Kubernetes Autoscaler,
kubectl autoscale
, Kubernetes Metrics Server (KMS)
Advertising: