Changed
- Update values schema for generating EKS cluster.
kubectl gs template cluster
: Either --name
or new --generated-name
parameter is now required for CAPI cluster names. We kept the CLI backward-compatible for vintage, so if none of these parameters is specified, the old default of generating a random name still applies and no error is thrown.CAPA
are moving under global
.login
command and a new --device-auth
flag to activate it.--self-contained
) for EKS workload clusters⚠️ Attention: Minor release [1.2.0] contains breaking changes in default user values! The name of the service account changed to efs-csi-sa
for both components. This affects clusters with already configured IRSA roles. You either need to update the trust identity policy on the role to match the new service account or set service account names to the original values via the values file. ⚠️
login
works to use our DNS record for the k8s API when using non-vintage providers, rather than the value found in the CAPI CRs.cluster template --provider vsphere
since it was migrated to flatcar os.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.