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
Copy file name to clipboardExpand all lines: cmd/scw/testdata/test-all-usage-k8s-cluster-create-usage.golden
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -55,6 +55,8 @@ ARGS:
55
55
[autoscaler-config.scale-down-unneeded-time] How long a node should be unneeded before it is eligible for scale down, defaults to 10 minutes
56
56
[autoscaler-config.scale-down-utilization-threshold] Node utilization level, defined as a sum of requested resources divided by allocatable capacity, below which a node can be considered for scale down
57
57
[autoscaler-config.max-graceful-termination-sec] Maximum number of seconds the cluster autoscaler waits for pod termination when trying to scale down a node, defaults to 600 (10 minutes)
58
+
[autoscaler-config.skip-nodes-with-local-storage] Cluster autoscaler will never delete nodes with pods with local storage, e.g. EmptyDir or HostPath, defaults to true
59
+
[autoscaler-config.log-level] Cluster autoscaler logging level expressed from 0 to 4 (4 being the more verbose), defaults to 2. see https://github.com/kubernetes/autoscaler/blob/master/cluster-autoscaler/FAQ.md#how-can-i-increase-the-information-that-the-ca-is-logging for details
58
60
[auto-upgrade.enable] Defines whether auto upgrade is enabled for the cluster
59
61
[auto-upgrade.maintenance-window.start-hour] Start time of the two-hour maintenance window
60
62
[auto-upgrade.maintenance-window.day] Day of the week for the maintenance window (any | monday | tuesday | wednesday | thursday | friday | saturday | sunday)
Copy file name to clipboardExpand all lines: cmd/scw/testdata/test-all-usage-k8s-cluster-update-usage.golden
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,8 @@ ARGS:
27
27
[autoscaler-config.scale-down-unneeded-time] How long a node should be unneeded before it is eligible for scale down, defaults to 10 minutes
28
28
[autoscaler-config.scale-down-utilization-threshold] Node utilization level, defined as a sum of requested resources divided by allocatable capacity, below which a node can be considered for scale down
29
29
[autoscaler-config.max-graceful-termination-sec] Maximum number of seconds the cluster autoscaler waits for pod termination when trying to scale down a node, defaults to 600 (10 minutes)
30
+
[autoscaler-config.skip-nodes-with-local-storage] Cluster autoscaler will never delete nodes with pods with local storage, e.g. EmptyDir or HostPath, defaults to true
31
+
[autoscaler-config.log-level] Cluster autoscaler logging level expressed from 0 to 4 (4 being the more verbose), defaults to 2. see https://github.com/kubernetes/autoscaler/blob/master/cluster-autoscaler/FAQ.md#how-can-i-increase-the-information-that-the-ca-is-logging for details
30
32
[auto-upgrade.enable] Defines whether auto upgrade is enabled for the cluster
31
33
[auto-upgrade.maintenance-window.start-hour] Start time of the two-hour maintenance window
32
34
[auto-upgrade.maintenance-window.day] Day of the week for the maintenance window (any | monday | tuesday | wednesday | thursday | friday | saturday | sunday)
| autoscaler-config.scale-down-unneeded-time || How long a node should be unneeded before it is eligible for scale down, defaults to 10 minutes |
207
207
| autoscaler-config.scale-down-utilization-threshold || Node utilization level, defined as a sum of requested resources divided by allocatable capacity, below which a node can be considered for scale down |
208
208
| autoscaler-config.max-graceful-termination-sec || Maximum number of seconds the cluster autoscaler waits for pod termination when trying to scale down a node, defaults to 600 (10 minutes) |
209
+
| autoscaler-config.skip-nodes-with-local-storage || Cluster autoscaler will never delete nodes with pods with local storage, e.g. EmptyDir or HostPath, defaults to true |
210
+
| autoscaler-config.log-level || Cluster autoscaler logging level expressed from 0 to 4 (4 being the more verbose), defaults to 2. see https://github.com/kubernetes/autoscaler/blob/master/cluster-autoscaler/FAQ.md#how-can-i-increase-the-information-that-the-ca-is-logging for details |
209
211
| auto-upgrade.enable || Defines whether auto upgrade is enabled for the cluster |
210
212
| auto-upgrade.maintenance-window.start-hour || Start time of the two-hour maintenance window |
211
213
| auto-upgrade.maintenance-window.day | One of: `any`, `monday`, `tuesday`, `wednesday`, `thursday`, `friday`, `saturday`, `sunday`| Day of the week for the maintenance window |
| autoscaler-config.scale-down-unneeded-time || How long a node should be unneeded before it is eligible for scale down, defaults to 10 minutes |
506
508
| autoscaler-config.scale-down-utilization-threshold || Node utilization level, defined as a sum of requested resources divided by allocatable capacity, below which a node can be considered for scale down |
507
509
| autoscaler-config.max-graceful-termination-sec || Maximum number of seconds the cluster autoscaler waits for pod termination when trying to scale down a node, defaults to 600 (10 minutes) |
510
+
| autoscaler-config.skip-nodes-with-local-storage || Cluster autoscaler will never delete nodes with pods with local storage, e.g. EmptyDir or HostPath, defaults to true |
511
+
| autoscaler-config.log-level || Cluster autoscaler logging level expressed from 0 to 4 (4 being the more verbose), defaults to 2. see https://github.com/kubernetes/autoscaler/blob/master/cluster-autoscaler/FAQ.md#how-can-i-increase-the-information-that-the-ca-is-logging for details |
508
512
| auto-upgrade.enable || Defines whether auto upgrade is enabled for the cluster |
509
513
| auto-upgrade.maintenance-window.start-hour || Start time of the two-hour maintenance window |
510
514
| auto-upgrade.maintenance-window.day | One of: `any`, `monday`, `tuesday`, `wednesday`, `thursday`, `friday`, `saturday`, `sunday`| Day of the week for the maintenance window |
Short: `Cluster autoscaler will never delete nodes with pods with local storage, e.g. EmptyDir or HostPath, defaults to true`,
634
+
Required: false,
635
+
Deprecated: false,
636
+
Positional: false,
637
+
},
638
+
{
639
+
Name: "autoscaler-config.log-level",
640
+
Short: `Cluster autoscaler logging level expressed from 0 to 4 (4 being the more verbose), defaults to 2. see https://github.com/kubernetes/autoscaler/blob/master/cluster-autoscaler/FAQ.md#how-can-i-increase-the-information-that-the-ca-is-logging for details`,
641
+
Required: false,
642
+
Deprecated: false,
643
+
Positional: false,
644
+
},
631
645
{
632
646
Name: "auto-upgrade.enable",
633
647
Short: `Defines whether auto upgrade is enabled for the cluster`,
Short: `Cluster autoscaler will never delete nodes with pods with local storage, e.g. EmptyDir or HostPath, defaults to true`,
965
+
Required: false,
966
+
Deprecated: false,
967
+
Positional: false,
968
+
},
969
+
{
970
+
Name: "autoscaler-config.log-level",
971
+
Short: `Cluster autoscaler logging level expressed from 0 to 4 (4 being the more verbose), defaults to 2. see https://github.com/kubernetes/autoscaler/blob/master/cluster-autoscaler/FAQ.md#how-can-i-increase-the-information-that-the-ca-is-logging for details`,
972
+
Required: false,
973
+
Deprecated: false,
974
+
Positional: false,
975
+
},
948
976
{
949
977
Name: "auto-upgrade.enable",
950
978
Short: `Defines whether auto upgrade is enabled for the cluster`,
0 commit comments