feat: update control plane role

This commit is contained in:
2026-06-30 00:25:44 +01:00
parent 6a127588f0
commit 010f0657b5
4 changed files with 64 additions and 35 deletions
@@ -0,0 +1,15 @@
# Configuration reference can be found at https://kubernetes.io/docs/reference/config-api/kubeadm-config.v1beta4/
apiVersion: kubeadm.k8s.io/v1beta4
kind: InitConfiguration
---
apiVersion: kubeadm.k8s.io/v1beta4
kind: ClusterConfiguration
clusterName: aeon
controlPlaneEndpoint: "{{ vip_address }}"
---
apiVersion: kubelet.config.k8s.io/v1beta1
kind: KubeletConfiguration
cgroupDriver: systemd
failSwapOn: false
memorySwap:
swapBehaviour: LimitedSwap