Fix #12 by adding InitConfiguration to kubeadm-config.yaml as a workaround. This is to avoid the error when running kubeadm alpha phase kubelet write-env-file command.
didn't recognize types with GroupVersionKind: [kubeadm.k8s.io/v1alpha3, Kind=ClusterConfiguration]
This is a kubeadm bug. And will probably be fixed in 1.14.0
Fix #12 by adding
InitConfiguration
tokubeadm-config.yaml
as a workaround. This is to avoid the error when runningkubeadm alpha phase kubelet write-env-file
command.This is a
kubeadm
bug. And will probably be fixed in 1.14.0