You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Everything started working after setting the following parameters in kube-apiserver.yaml
--storage-backend=etcd2`
--storage-media-type=application/json
I am facing the same issue but when I try this workaround the yaml file gets rewritten during the kubeadm init step. Any idea how to resolve this?
Back Ground
I followed the Kubernetes Guide to setup a basic K8S cluster with default parameters, except for following two options added to kube-apiserver.yaml
My full kube-apiserver.yaml is as follows.
Now when I start the kubelet I see the following errors.
This is with systemctl status kubelet
Other Logs from /var/log/pods
I also came accross kubernetes/kubeadm#226 as well. I'm not sure whether its related. Please let me know if you need more information.
The text was updated successfully, but these errors were encountered: