Skip to content

Commit

Permalink
fixup! fixup! Add flavor matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
amold1 committed May 29, 2024
1 parent 96728d1 commit d553477
Showing 1 changed file with 17 additions and 15 deletions.
32 changes: 17 additions & 15 deletions docs/src/topics/flavors/flavors.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
<br/><br/>
<br/><br/>

Supported CAPL flavors
## Supported CAPL flavors

| Control Plane | Flavor | Notes |
|----------------|----------------------------|------------------------------------------------------|
Expand All @@ -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 |

0 comments on commit d553477

Please sign in to comment.