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
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -38,16 +38,16 @@ ARGS:
38
38
[pools.{index}.root-volume-size] System volume disk size
39
39
[pools.{index}.public-ip-disabled] Defines if the public IP should be removed from Nodes. To use this feature, your Cluster must have an attached Private Network set up with a Public Gateway
40
40
[pools.{index}.security-group-id] Security group ID in which all the nodes of the pool will be created. If unset, the pool will use default Kapsule security group in current zone
41
-
[autoscaler-config.scale-down-disabled] Disable the cluster autoscaler
41
+
[autoscaler-config.scale-down-disabled] Forbid cluster autoscaler to scale down the cluster, defaults to false
42
42
[autoscaler-config.scale-down-delay-after-add] How long after scale up the scale down evaluation resumes
43
43
[autoscaler-config.estimator] Type of resource estimator to be used in scale up (unknown_estimator | binpacking)
44
-
[autoscaler-config.expander] Type of node group expander to be used in scale up (unknown_expander | random | most_pods | least_waste | priority | price)
45
-
[autoscaler-config.ignore-daemonsets-utilization] Ignore DaemonSet pods when calculating resource utilization for scaling down
46
-
[autoscaler-config.balance-similar-node-groups] Detect similar node groups and balance the number of nodes between them
44
+
[autoscaler-config.expander] Kubernetes autoscaler strategy to fit pods into nodes, see https://github.com/kubernetes/autoscaler/blob/master/cluster-autoscaler/FAQ.md#what-are-expanders for details (unknown_expander | random | most_pods | least_waste | priority | price)
45
+
[autoscaler-config.ignore-daemonsets-utilization] Ignore DaemonSet pods when calculating resource utilization for scaling down, defaults to false
46
+
[autoscaler-config.balance-similar-node-groups] Detect similar node groups and balance the number of nodes between them, defaults to false
47
47
[autoscaler-config.expendable-pods-priority-cutoff] Pods with priority below cutoff will be expendable. They can be killed without any consideration during scale down and they won't cause scale up. Pods with null priority (PodPriority disabled) are non expendable
48
-
[autoscaler-config.scale-down-unneeded-time] How long a node should be unneeded before it is eligible to be scaled down
49
-
[autoscaler-config.scale-down-utilization-threshold] Node utilization level, defined as a sum of requested resources divided by capacity, below which a node can be considered for scale down
50
-
[autoscaler-config.max-graceful-termination-sec] Maximum number of seconds the cluster autoscaler waits for pod termination when trying to scale down a node
48
+
[autoscaler-config.scale-down-unneeded-time] How long a node should be unneeded before it is eligible for scale down, defaults to 10 minutes
49
+
[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
50
+
[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)
51
51
[auto-upgrade.enable] Defines whether auto upgrade is enabled for the cluster
52
52
[auto-upgrade.maintenance-window.start-hour] Start time of the two-hour maintenance window
53
53
[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
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -17,16 +17,16 @@ ARGS:
17
17
[name] New external name for the cluster
18
18
[description] New description for the cluster
19
19
[tags.{index}] New tags associated with the cluster
20
-
[autoscaler-config.scale-down-disabled] Disable the cluster autoscaler
20
+
[autoscaler-config.scale-down-disabled] Forbid cluster autoscaler to scale down the cluster, defaults to false
21
21
[autoscaler-config.scale-down-delay-after-add] How long after scale up the scale down evaluation resumes
22
22
[autoscaler-config.estimator] Type of resource estimator to be used in scale up (unknown_estimator | binpacking)
23
-
[autoscaler-config.expander] Type of node group expander to be used in scale up (unknown_expander | random | most_pods | least_waste | priority | price)
24
-
[autoscaler-config.ignore-daemonsets-utilization] Ignore DaemonSet pods when calculating resource utilization for scaling down
25
-
[autoscaler-config.balance-similar-node-groups] Detect similar node groups and balance the number of nodes between them
23
+
[autoscaler-config.expander] Kubernetes autoscaler strategy to fit pods into nodes, see https://github.com/kubernetes/autoscaler/blob/master/cluster-autoscaler/FAQ.md#what-are-expanders for details (unknown_expander | random | most_pods | least_waste | priority | price)
24
+
[autoscaler-config.ignore-daemonsets-utilization] Ignore DaemonSet pods when calculating resource utilization for scaling down, defaults to false
25
+
[autoscaler-config.balance-similar-node-groups] Detect similar node groups and balance the number of nodes between them, defaults to false
26
26
[autoscaler-config.expendable-pods-priority-cutoff] Pods with priority below cutoff will be expendable. They can be killed without any consideration during scale down and they won't cause scale up. Pods with null priority (PodPriority disabled) are non expendable
27
-
[autoscaler-config.scale-down-unneeded-time] How long a node should be unneeded before it is eligible to be scaled down
28
-
[autoscaler-config.scale-down-utilization-threshold] Node utilization level, defined as a sum of requested resources divided by capacity, below which a node can be considered for scale down
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
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
+
[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
+
[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
30
[auto-upgrade.enable] Defines whether auto upgrade is enabled for the cluster
31
31
[auto-upgrade.maintenance-window.start-hour] Start time of the two-hour maintenance window
32
32
[auto-upgrade.maintenance-window.day] Day of the week for the maintenance window (any | monday | tuesday | wednesday | thursday | friday | saturday | sunday)
| pools.{index}.root-volume-size || System volume disk size |
185
185
| pools.{index}.public-ip-disabled || Defines if the public IP should be removed from Nodes. To use this feature, your Cluster must have an attached Private Network set up with a Public Gateway |
186
186
| pools.{index}.security-group-id || Security group ID in which all the nodes of the pool will be created. If unset, the pool will use default Kapsule security group in current zone |
187
-
| autoscaler-config.scale-down-disabled ||Disable the cluster autoscaler|
187
+
| autoscaler-config.scale-down-disabled ||Forbid cluster autoscaler to scale down the cluster, defaults to false|
188
188
| autoscaler-config.scale-down-delay-after-add || How long after scale up the scale down evaluation resumes |
189
189
| autoscaler-config.estimator | One of: `unknown_estimator`, `binpacking`| Type of resource estimator to be used in scale up |
190
-
| autoscaler-config.expander | One of: `unknown_expander`, `random`, `most_pods`, `least_waste`, `priority`, `price`|Type of node group expander to be used in scale up|
191
-
| autoscaler-config.ignore-daemonsets-utilization || Ignore DaemonSet pods when calculating resource utilization for scaling down |
192
-
| autoscaler-config.balance-similar-node-groups || Detect similar node groups and balance the number of nodes between them |
190
+
| autoscaler-config.expander | One of: `unknown_expander`, `random`, `most_pods`, `least_waste`, `priority`, `price`|Kubernetes autoscaler strategy to fit pods into nodes, see https://github.com/kubernetes/autoscaler/blob/master/cluster-autoscaler/FAQ.md#what-are-expanders for details|
191
+
| autoscaler-config.ignore-daemonsets-utilization || Ignore DaemonSet pods when calculating resource utilization for scaling down, defaults to false|
192
+
| autoscaler-config.balance-similar-node-groups || Detect similar node groups and balance the number of nodes between them, defaults to false|
193
193
| autoscaler-config.expendable-pods-priority-cutoff || Pods with priority below cutoff will be expendable. They can be killed without any consideration during scale down and they won't cause scale up. Pods with null priority (PodPriority disabled) are non expendable |
194
-
| autoscaler-config.scale-down-unneeded-time || How long a node should be unneeded before it is eligible to be scaled down |
195
-
| autoscaler-config.scale-down-utilization-threshold || Node utilization level, defined as a sum of requested resources divided by capacity, below which a node can be considered for scale down |
196
-
| autoscaler-config.max-graceful-termination-sec || Maximum number of seconds the cluster autoscaler waits for pod termination when trying to scale down a node |
194
+
| autoscaler-config.scale-down-unneeded-time || How long a node should be unneeded before it is eligible for scale down, defaults to 10 minutes|
195
+
| 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 |
196
+
| 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)|
197
197
| auto-upgrade.enable || Defines whether auto upgrade is enabled for the cluster |
198
198
| auto-upgrade.maintenance-window.start-hour || Start time of the two-hour maintenance window |
199
199
| auto-upgrade.maintenance-window.day | One of: `any`, `monday`, `tuesday`, `wednesday`, `thursday`, `friday`, `saturday`, `sunday`| Day of the week for the maintenance window |
| description || New description for the cluster |
485
485
| tags.{index} || New tags associated with the cluster |
486
-
| autoscaler-config.scale-down-disabled ||Disable the cluster autoscaler|
486
+
| autoscaler-config.scale-down-disabled ||Forbid cluster autoscaler to scale down the cluster, defaults to false|
487
487
| autoscaler-config.scale-down-delay-after-add || How long after scale up the scale down evaluation resumes |
488
488
| autoscaler-config.estimator | One of: `unknown_estimator`, `binpacking`| Type of resource estimator to be used in scale up |
489
-
| autoscaler-config.expander | One of: `unknown_expander`, `random`, `most_pods`, `least_waste`, `priority`, `price`|Type of node group expander to be used in scale up|
490
-
| autoscaler-config.ignore-daemonsets-utilization || Ignore DaemonSet pods when calculating resource utilization for scaling down |
491
-
| autoscaler-config.balance-similar-node-groups || Detect similar node groups and balance the number of nodes between them |
489
+
| autoscaler-config.expander | One of: `unknown_expander`, `random`, `most_pods`, `least_waste`, `priority`, `price`|Kubernetes autoscaler strategy to fit pods into nodes, see https://github.com/kubernetes/autoscaler/blob/master/cluster-autoscaler/FAQ.md#what-are-expanders for details|
490
+
| autoscaler-config.ignore-daemonsets-utilization || Ignore DaemonSet pods when calculating resource utilization for scaling down, defaults to false|
491
+
| autoscaler-config.balance-similar-node-groups || Detect similar node groups and balance the number of nodes between them, defaults to false|
492
492
| autoscaler-config.expendable-pods-priority-cutoff || Pods with priority below cutoff will be expendable. They can be killed without any consideration during scale down and they won't cause scale up. Pods with null priority (PodPriority disabled) are non expendable |
493
-
| autoscaler-config.scale-down-unneeded-time || How long a node should be unneeded before it is eligible to be scaled down |
494
-
| autoscaler-config.scale-down-utilization-threshold || Node utilization level, defined as a sum of requested resources divided by capacity, below which a node can be considered for scale down |
495
-
| autoscaler-config.max-graceful-termination-sec || Maximum number of seconds the cluster autoscaler waits for pod termination when trying to scale down a node |
493
+
| autoscaler-config.scale-down-unneeded-time || How long a node should be unneeded before it is eligible for scale down, defaults to 10 minutes|
494
+
| 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 |
495
+
| 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)|
496
496
| auto-upgrade.enable || Defines whether auto upgrade is enabled for the cluster |
497
497
| auto-upgrade.maintenance-window.start-hour || Start time of the two-hour maintenance window |
498
498
| auto-upgrade.maintenance-window.day | One of: `any`, `monday`, `tuesday`, `wednesday`, `thursday`, `friday`, `saturday`, `sunday`| Day of the week for the maintenance window |
0 commit comments