You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support cluster-autoscaler 1.30.x yaml status (#297)
* Add parsing of yaml status, present since cluster-autoscaler 1.30
* Remove parsing of LongNotStarted due to deprecation since cluster-autoscaler 1.22
| clusterautoscaler-namespace | The namespace the clusterautoscaler belongs to. | kube-system |
62
-
| clusterautoscaler-status-name | The names of the clusterautoscaler status configmap. | cluster-autoscaler-status |
63
-
| cluster-autoscaler-priority-expander-config-map | The name of the clusterautoscaler priority expander config map. | cluster-autoscaler-priority-expander |
64
-
| priority-expander-enabled | Is the PriorityExpander controller enabled. |`false`|
65
-
| priority-expander-namespace | The namespace the _unique_ priority expander object belongs to. | kubestitute-system |
66
-
| priority-expander-name | The only accepted name for the priority expander object. | priority-expander-default |
| clusterautoscaler-namespace | The namespace the clusterautoscaler belongs to. | kube-system |
62
+
| clusterautoscaler-status-name | The names of the clusterautoscaler status configmap. | cluster-autoscaler-status |
63
+
| cluster-autoscaler-priority-expander-config-map | The name of the clusterautoscaler priority expander config map. | cluster-autoscaler-priority-expander |
64
+
| clusterautoscaler-status-legacy-format | Set if the clusterautoscaler status configmap is formatted the legacy readable format, used by cluster-autoscaler up to version 1.29. |`false`|
65
+
| priority-expander-enabled | Is the PriorityExpander controller enabled. |`false`|
66
+
| priority-expander-namespace | The namespace the _unique_ priority expander object belongs to. | kubestitute-system |
67
+
| priority-expander-name | The only accepted name for the priority expander object. | priority-expander-default |
0 commit comments