Default
Specification
Control Plane | CNI | Default OS | Installs ClusterClass | IPv4 | IPv6 |
---|---|---|---|---|---|
Kubeadm | Cilium | Ubuntu 22.04 | No | Yes | No |
Prerequisites
Quickstart completed
Usage
- Generate cluster yaml
clusterctl generate cluster test-cluster \ --kubernetes-version v1.29.1 \ --infrastructure linode-linode > test-cluster.yaml
- Apply cluster yaml
kubectl apply -f test-cluster.yaml