refactor: split control plane role into init/join/copy tasks
This commit is contained in:
@@ -6,10 +6,13 @@ apiVersion: kubeadm.k8s.io/v1beta4
|
||||
kind: ClusterConfiguration
|
||||
clusterName: aeon
|
||||
controlPlaneEndpoint: "{{ vip_address }}"
|
||||
networking:
|
||||
podSubnet: "{{ cluster_pod_subnet }}"
|
||||
serviceSubnet: "{{ cluster_service_subnet }}"
|
||||
---
|
||||
apiVersion: kubelet.config.k8s.io/v1beta1
|
||||
kind: KubeletConfiguration
|
||||
cgroupDriver: systemd
|
||||
failSwapOn: false
|
||||
memorySwap:
|
||||
swapBehaviour: LimitedSwap
|
||||
swapBehavior: LimitedSwap
|
||||
|
||||
Reference in New Issue
Block a user