Changed
- Fetch CAPI
v1alpha3
Cluster
resources, instead ofv1alpha2
for validating if an organization can be deleted or not.
v1alpha3
Cluster
resources, instead of v1alpha2
for validating if an organization can be deleted or not.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.Chart.Description
, Chart.Keywords
and Chart.UpstreamChartVersion
metadata to AppCatalogEntry
CRD.v1.6.8
(#16).