Pod Status containerCreating

0 votes

I'd set up kubernetes with kubeadm, and launched dashboard by:

kubectl apply -fhttps://raw.githubusercontent.com/kubernetes/dashboard/master/src/deploy/recommended/kubernetes-dashboard.yaml

and checked pod status:

kubectl gets pods --all-namespaces

But it is not running. It's in "containerCreating" status.

I'd set up kubernetes with kubeadm, and launched dashboard by:

kubectl apply -fhttps://raw.githubusercontent.com/kubernetes/dashboard/master/src/deploy/recommended/kubernetes-dashboard.yaml

and checked pod status:

kubectl gets pods --all-namespaces

But it is not running. It's in "containerCreating" status.

Where did I go wrong?

Sep 25, 2018 in Kubernetes by Hannah
• 18,570 points
3,914 views

1 answer to this question.

0 votes
I’m not very sure of this error. Try running kubectl --all-namespaces=true describe po kubernetes-dashboard-5bd6f767c7-v5g8q to get some more details on the error occouring

Or you can also try installing kubernetes dashboard using helm and see if that works. Helm is a package manager for Kubernetes, you can find many useful packages there.
answered Sep 25, 2018 by Kalgi
• 52,360 points

Related Questions In Kubernetes

0 votes
1 answer

Dashboard Pod status pending

It’s not able to schedule anything because ...READ MORE

answered Sep 25, 2018 in Kubernetes by Kalgi
• 52,360 points
6,676 views
+2 votes
4 answers

Kubernetes cluster pod status EVICTED

I learned this the hard way, but ...READ MORE

answered Jan 22, 2019 in Kubernetes by Lyndon
27,409 views
0 votes
3 answers

Kubernetes dashboard status-CrashLoopBackOff

I had the same issue, struggled for days. ...READ MORE

answered Apr 24, 2019 in Kubernetes by Bebo
8,702 views
0 votes
1 answer

Kubernetes error syncing pod

The issue caused by the docker container ...READ MORE

answered Aug 27, 2018 in Kubernetes by Kalgi
• 52,360 points
3,515 views
+1 vote
1 answer
0 votes
3 answers

Error while joining cluster with node

Hi Kalgi after following above steps it ...READ MORE

answered Jan 17, 2019 in Others by anonymous
14,645 views
+4 votes
1 answer

Installing Web UI (Dashboard):kubernetes-dashboard on main Ubuntu 16.04.6 LTS (Xenial Xerus) server

Follow these steps: $ kubeadm reset $ kubeadm init ...READ MORE

answered Apr 12, 2019 in Kubernetes by Kalgi
• 52,360 points

reshown Apr 12, 2019 by Kalgi 6,142 views
0 votes
2 answers

Pod status terminating-Kubernentes

Delete the finalizers block from resource (pod,deployment,ds ...READ MORE

answered Aug 29, 2018 in Kubernetes by Hannah
• 18,570 points
619 views
0 votes
1 answer

Pod status not ready always - kubernetes

I was having the same issue. In the ...READ MORE

answered Sep 6, 2018 in Kubernetes by Kalgi
• 52,360 points
3,393 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP