apiVersion: kubeadm.k8s.io/v1beta1 caCertPath: /etc/kubernetes/pki/ca.crt controlPlane: localAPIEndpoint: advertiseAddress: 192.168.2.2 bindPort: 6443 discovery: bootstrapToken: apiServerEndpoint: kube-apiserver:6443 token: abcdef.0123456789abcdef unsafeSkipCAVerification: true timeout: 5m0s tlsBootstrapToken: abcdef.0123456789abcdef kind: JoinConfiguration nodeRegistration: criSocket: /var/run/dockershim.sock name: control-plane-1 taints: - effect: NoSchedule key: node-role.kubernetes.io/master