From d553477ab26880d1db8f89ff37a0dbfbf8f117d5 Mon Sep 17 00:00:00 2001 From: Amol Deodhar Date: Wed, 29 May 2024 08:46:02 -0400 Subject: [PATCH] fixup! fixup! Add flavor matrix --- docs/src/topics/flavors/flavors.md | 32 ++++++++++++++++-------------- 1 file changed, 17 insertions(+), 15 deletions(-) diff --git a/docs/src/topics/flavors/flavors.md b/docs/src/topics/flavors/flavors.md index e32bbdb43..d7671db4a 100644 --- a/docs/src/topics/flavors/flavors.md +++ b/docs/src/topics/flavors/flavors.md @@ -13,8 +13,10 @@ clusterctl generate cluster test-cluster --flavor clusterclass-kubeadm To use the default flavor, omit the `--flavor` flag. See the [`clusterctl` flavors docs](https://cluster-api.sigs.k8s.io/clusterctl/commands/generate-cluster.html#flavors) for more information. +

+

-Supported CAPL flavors +## Supported CAPL flavors | Control Plane | Flavor | Notes | |----------------|----------------------------|------------------------------------------------------| @@ -33,24 +35,24 @@ Supported CAPL flavors | | kubeadm-fullvpcless | Installs all vpcless based flavors combinations | | k3s | default | Installs Linode infra resources, k3s resources and | | | | cilium network policies | -| | kubeadm-cluster-autoscalar | Installs default along with the cluster autoscalar | +| | k3s-cluster-autoscalar | Installs default along with the cluster autoscalar | | | | add-on | -| | kubeadm-etcd-backup-restore| Installs default along with etcd-backup-restore addon| -| | kubeadm-vpcless | Installs default without a VPC | -| | kubeadm-dualstack | Installs vpcless and enables IPv6 along with IPv4 | -| | kubeadm-self-healing | Installs default along with the machine-health-check | +| | k3s-etcd-backup-restore | Installs default along with etcd-backup-restore addon| +| | k3s-vpcless | Installs default without a VPC | +| | k3s-dualstack | Installs vpcless and enables IPv6 along with IPv4 | +| | k3s-self-healing | Installs default along with the machine-health-check | | | | add-on | -| | kubeadm-full | Installs all non-vpcless based flavors combinations | -| | kubeadm-fullvpcless | Installs all vpcless based flavors combinations | +| | k3s-full | Installs all non-vpcless based flavors combinations | +| | k3s-fullvpcless | Installs all vpcless based flavors combinations | | rke2 | default | Installs Linode infra resources, rke2 resources, | | | | cilium and cilium network policies | -| | kubeadm-cluster-autoscalar | Installs default along with the cluster autoscalar | +| | rke2-cluster-autoscalar | Installs default along with the cluster autoscalar | | | | add-on | -| | kubeadm-etcd-disk | Installs default along with the disk configuration | +| | rke2-etcd-disk | Installs default along with the disk configuration | | | | for etcd disk | -| | kubeadm-etcd-backup-restore| Installs default along with etcd-backup-restore addon| -| | kubeadm-vpcless | Installs default without a VPC | -| | kubeadm-self-healing | Installs default along with the machine-health-check | +| | rke2-etcd-backup-restore | Installs default along with etcd-backup-restore addon| +| | rke2-vpcless | Installs default without a VPC | +| | rke2-self-healing | Installs default along with the machine-health-check | | | | add-on | -| | kubeadm-full | Installs all non-vpcless based flavors combinations | -| | kubeadm-fullvpcless | Installs all vpcless based flavors combinations | +| | rke2-full | Installs all non-vpcless based flavors combinations | +| | rke2-fullvpcless | Installs all vpcless based flavors combinations |