Flavors

This section contains information about supported flavors in Cluster API Provider Linode

In clusterctl the infrastructure provider authors can provide different types of cluster templates referred to as "flavors". You can use the --flavor flag to specify which flavor to use for a cluster, e.g:

clusterctl generate cluster test-cluster --flavor clusterclass-kubeadm

To use the default flavor, omit the --flavor flag.

See the clusterctl flavors docs for more information.



Supported CAPL flavors

Control PlaneFlavorNotes
kubeadmdefaultInstalls Linode infra resources, kubeadm resources,
CNI, CSI driver, CCM and clusterresourceset
kubeadm-cluster-autoscalarInstalls default along with the cluster autoscalar
add-on
kubeadm-etcd-diskInstalls default along with the disk configuration
for etcd disk
kubeadm-etcd-backup-restoreInstalls default along with etcd-backup-restore addon
kubeadm-vpclessInstalls default without a VPC
kubeadm-dualstackInstalls vpcless and enables IPv6 along with IPv4
kubeadm-self-healingInstalls default along with the machine-health-check
add-on
kubeadm-konnectivityInstalls and configures konnectivity within cluster
kubeadm-fullInstalls all non-vpcless based flavors combinations
kubeadm-fullvpclessInstalls all vpcless based flavors combinations
k3sk3sInstalls Linode infra resources, k3s resources and
cilium network policies
k3s-cluster-autoscalarInstalls default along with the cluster autoscalar
add-on
k3s-etcd-backup-restoreInstalls default along with etcd-backup-restore addon
k3s-vpclessInstalls default without a VPC
k3s-dualstackInstalls vpcless and enables IPv6 along with IPv4
k3s-self-healingInstalls default along with the machine-health-check
add-on
k3s-fullInstalls all non-vpcless based flavors combinations
k3s-fullvpclessInstalls all vpcless based flavors combinations
rke2rke2Installs Linode infra resources, rke2 resources,
cilium and cilium network policies
rke2-cluster-autoscalarInstalls default along with the cluster autoscalar
add-on
rke2-etcd-diskInstalls default along with the disk configuration
for etcd disk
rke2-etcd-backup-restoreInstalls default along with etcd-backup-restore addon
rke2-vpclessInstalls default without a VPC
rke2-self-healingInstalls default along with the machine-health-check
add-on
rke2-fullInstalls all non-vpcless based flavors combinations
rke2-fullvpclessInstalls all vpcless based flavors combinations