diff --git a/manifest/kubeadm-config.yaml b/manifest/kubeadm-config.yaml deleted file mode 100644 index 43eef9a..0000000 --- a/manifest/kubeadm-config.yaml +++ /dev/null @@ -1,20 +0,0 @@ -apiVersion: kubeadm.k8s.io/v1beta2 -kind: InitConfiguration -localAPIEndpoint: - advertiseAddress: {apiServer} - bindPort: 6443 -nodeRegistration: - criSocket: /var/run/crio/crio.sock ---- -apiVersion: kubeadm.k8s.io/v1beta2 -kind: ClusterConfiguration -kubernetesVersion: {k8sVersion} -controlPlaneEndpoint: {apiServer}:6443 -imageRepository: {imageRegistry}/k8s.gcr.io -networking: - serviceSubnet: 10.96.0.0/16 - podSubnet: {podSubnet} ---- -apiVersion: kubelet.config.k8s.io/v1beta1 -kind: KubeletConfiguration -cgroupDriver: systemd