Etcd-disk
This flavor configures etcd to be on a separate disk from the OS disk.
By default it configures the size of the disk to be 10 GiB and sets
the quota-backend-bytes
to 8589934592
(8 GiB) per recommendation from
the etcd documentation.
Specification
Supported Control Plane | CNI | Default OS | Installs ClusterClass | IPv4 | IPv6 |
---|---|---|---|---|---|
kubeadm, rke2 | Cilium | Ubuntu 22.04 | No | Yes | Yes |
Prerequisites
Quickstart completed
Usage
- Generate cluster yaml
clusterctl generate cluster test-cluster \ --kubernetes-version v1.29.1 \ --infrastructure linode-linode \ --flavor <controlplane>-etcd-disk > test-cluster.yaml
- Apply cluster yaml
kubectl apply -f test-cluster.yaml