Changed
- In the
template cluster
andtemplate nodepool
commands, the--owner
flag got replaced by--organization
.
template cluster
and template nodepool
commands, the --owner
flag got replaced by --organization
.template organization
command now also offers an --output
flag to specify an output path optionally.template
commands, the flag --owner
is replaced by --organization
.login
command be able to start a new authentication flow if one of the tokens of an existing authentication provider are not present.--name
flag to use correct terminologyOrganization
CRs.login
command.cluster autoscaler
to Azure Node Pool template.cluster.giantswarm.io/description
annotation for Cluster
CR in template generation command on Azure.machine-pool.giantswarm.io/name
annotation for MachinePool
CR in template generation command on Azure.16.0.0
onwards.aws-cluster-namespace
flag for nodepools to override the standard namespace to support nodepool creation for
upgraded >v16.0.0 clusters that remain in the default namespace.kubectl gs login
now offers the flag --callback-port
to specify the port number the OIDC callback server on localhost should use.login
command continue to work even if opening the default browser fails.v1alpha3
CRs on provider AWS.template cluster
command.template cluster
and template nodepool
commands.Throughout our UIs and documentation we are aligning our terminology regarding cluster and node pool details, to use consistent terminology matching our Management API. The unique, immutable identifier that was formerly called ID in our user interfaces, is now called the name. The user-friendly, changeable description of the cluster’s and node pool’s purpose was called name in our UIs and is now called the description.
Warning: This terminology change results in a breaking change in the template cluster
command, as the purpose of the flag --name
has changed. Also several flags in other commands have been deprecated.
If you are upgrading from an earlier releases, apply these changes to migrate any scripts:
template cluster
, replace --name
with --description
to set the user-friendly cluster description, and replace --cluster-id
with --name
to set the cluster’s unique identifier.template nodepool
, replace --cluster-id
with --cluster-name
.template app
: Added the --namespace-annotations
and --namespace-labels
flags to allow users to
specify the namespaceConfig
of the generated App
manifest. Read App CR’s target namespace configuration for more information.get clusters
:ID
has been renamed to NAME
.get nodepools
:--cluster-id
flag is now deprecated, replaced with --cluster-name
.ID
to NAME
and from CLUSTER ID
to CLUSTER NAME
.template cluster
:--cluster-id
flag.--name
flag changed purpose to set the cluster’s unique identifier.--description
flag has been added to set the user-friendly description.template nodepool
:--cluster-id
flag, added the --cluster-name
flag as a replacement.--nodepool-name
flag, add the --description
flag as a replacement.This part of our documentation refers to our vintage product. The content may be not valid anymore for our current product. Please check our new documentation hub for the latest state of our docs.