Kubernetel flannel container failing - TechRepublic
Question
March 25, 2020 at 10:11 AM
uday1kiran

Kubernetel flannel container failing

by uday1kiran . Updated 6 years, 2 months ago

I followed this link to setup a kubernetes master.
But, when I am trying to create the netwrok, using the command mentioned.:

sudo kubectl apply -f https://raw.githubusercontent.com/coreos/flannel/master/Documentation/kube-flannel.yml

sudo kubectl apply -f https://raw.githubusercontent.com/coreos/flannel/master/Documentation/k8s-manifests/kube-flannel-rbac.yml

The containers are deployed but when I check the status,
sudo kubectl get pods –all-namespaces

kube-flannel-ds-amd64-g8s4z is showing as error

All Comments