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
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,7 @@ ARGS:
59
59
[open-id-connect-config.groups-prefix] Prefix prepended to group claims to prevent name collision (such as `system:` groups). For example, the value `oidc:` will create group names like `oidc:engineering` and `oidc:infra`
60
60
[open-id-connect-config.required-claim.{index}] Multiple key=value pairs describing a required claim in the ID token. If set, the claims are verified to be present in the ID token with a matching value
61
61
[apiserver-cert-sans.{index}] Additional Subject Alternative Names for the Kubernetes API server certificate
62
-
[private-network-id] Private network ID for internal cluster communication (cannot be changed later)
62
+
[private-network-id] Private network ID for internal cluster communication (cannot be changed later). For Kapsule clusters, if none is provided, a private network will be created
63
63
[organization-id] Organization ID to use. If none is passed the default organization ID will be used
64
64
[region=fr-par] Region to target. If none is passed will use default region from the config (fr-par | nl-ams | pl-waw)
| open-id-connect-config.groups-prefix || Prefix prepended to group claims to prevent name collision (such as `system:` groups). For example, the value `oidc:` will create group names like `oidc:engineering` and `oidc:infra`|
110
110
| open-id-connect-config.required-claim.{index} || Multiple key=value pairs describing a required claim in the ID token. If set, the claims are verified to be present in the ID token with a matching value |
111
111
| apiserver-cert-sans.{index} || Additional Subject Alternative Names for the Kubernetes API server certificate |
112
-
| private-network-id || Private network ID for internal cluster communication (cannot be changed later) |
112
+
| private-network-id || Private network ID for internal cluster communication (cannot be changed later). For Kapsule clusters, if none is provided, a private network will be created|
113
113
| organization-id || Organization ID to use. If none is passed the default organization ID will be used |
114
114
| region | Default: `fr-par`<br />One of: `fr-par`, `nl-ams`, `pl-waw`| Region to target. If none is passed will use default region from the config |
0 commit comments