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
I used calico manifests and default kubeadm setup instructions
First I thought it could be a problem with kubernetes. But I was able to successfully deploy Weave.
I have successfully tested star-policy, advanced-policy demos few months back. Now it is not working. I have spent almost 2 days to find if I miss something. Now I thought it is time to ask some help, as I could not understand what is happening.
I am still new to kubernetes and calico. Please point out any silly things if I have missed.
Kubernetes issues (similar to the one, but seems to have fixed them)
You should check the kube-apiserver logs and the kube-proxy logs (on the host where kube-dns is running) for errors and see if they point out any issues.
I used calico manifests and default kubeadm setup instructions
Kubernetes issues (similar to the one, but seems to have fixed them)
My Environment
Steps to Reproduce (for bugs)
https://docs.projectcalico.org/v2.6/getting-started/kubernetes/installation/hosted/kubeadm/
Current Behavior
kubelet config
/etc/systemd/system/kubelet.service.d$ sudo nano 10-kubeadm.conf
pod status
kubectl get pods --all-namespaces
kube-dns crashes
kube-dns log
kubectl logs --namespace=kube-system $(kubectl get pods --namespace=kube-system -l k8s-app=kube-dns -o name) -c kubedns
kubectl describe pod kube-dns-2617979913-9q70b -n kube-system
kubectl get nodes -o wide
The text was updated successfully, but these errors were encountered: