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-update-usage.golden
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,6 @@ ARGS:
27
27
[autoscaler-config.scale-down-unneeded-time] How long a node should be unneeded before it is eligible for scale down
28
28
[autoscaler-config.scale-down-utilization-threshold] Node utilization level, defined as sum of requested resources divided by 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
30
-
[ingress] The new Ingress Controller for the cluster (unknown_ingress | none | nginx | traefik | traefik2)
31
30
[auto-upgrade.enable] Whether or not auto upgrade is enabled for the cluster
32
31
[auto-upgrade.maintenance-window.start-hour] The start hour of the 2-hour maintenance window
33
32
[auto-upgrade.maintenance-window.day] The day of the week for the maintenance window (any | monday | tuesday | wednesday | thursday | friday | saturday | sunday)
@@ -45,6 +44,7 @@ ARGS:
45
44
46
45
DEPRECATED ARGS:
47
46
[enable-dashboard] The new value of the Kubernetes Dashboard enablement
47
+
[ingress] The new Ingress Controller for the cluster (unknown_ingress | none | nginx | traefik | traefik2)
| version | Required<br />Default: `latest`| The Kubernetes version of the cluster |
67
67
| cni | Required<br />Default: `cilium`<br />One of: `unknown_cni`, `cilium`, `calico`, `weave`, `flannel`, `kilo`| The Container Network Interface (CNI) plugin that will run in the cluster |
68
68
|~~enable-dashboard~~| Deprecated | The enablement of the Kubernetes Dashboard in the cluster |
69
-
| ingress | One of: `unknown_ingress`, `none`, `nginx`, `traefik`, `traefik2`| The Ingress Controller that will run in the cluster |
69
+
|~~ingress~~|Deprecated<br />One of: `unknown_ingress`, `none`, `nginx`, `traefik`, `traefik2`| The Ingress Controller that will run in the cluster |
70
70
| pools.{index}.name | Required | The name of the pool |
71
71
| pools.{index}.node-type | Required | The node type is the type of Scaleway Instance wanted for the pool |
72
72
| pools.{index}.placement-group-id || The placement group ID in which all the nodes of the pool will be created |
| autoscaler-config.scale-down-utilization-threshold || Node utilization level, defined as sum of requested resources divided by capacity, below which a node can be considered for scale down |
321
321
| autoscaler-config.max-graceful-termination-sec || Maximum number of seconds the cluster autoscaler waits for pod termination when trying to scale down a node |
322
322
|~~enable-dashboard~~| Deprecated | The new value of the Kubernetes Dashboard enablement |
323
-
| ingress | One of: `unknown_ingress`, `none`, `nginx`, `traefik`, `traefik2`| The new Ingress Controller for the cluster |
323
+
|~~ingress~~|Deprecated<br />One of: `unknown_ingress`, `none`, `nginx`, `traefik`, `traefik2`| The new Ingress Controller for the cluster |
324
324
| auto-upgrade.enable || Whether or not auto upgrade is enabled for the cluster |
325
325
| auto-upgrade.maintenance-window.start-hour || The start hour of the 2-hour maintenance window |
326
326
| auto-upgrade.maintenance-window.day | One of: `any`, `monday`, `tuesday`, `wednesday`, `thursday`, `friday`, `saturday`, `sunday`| The day of the week for the maintenance window |
0 commit comments