Kubernetes Error 1 node s had taints that the pod didn t tolerate [closed]

0 votes

I'm trying to create a Kubernetes cluster. When I try to describe one of my pods, I get the following error:

1 node(s) had taints that the pod didn't tolerate.

Why am I getting this error?

Jun 27, 2019 in Kubernetes by Sitara

closed Jun 28, 2019 by Kalgi 12,916 views
0 votes

Hey @Sitara, check if all your pods are in running state. If they are not then the possible reason for this error could that worker nodes aren't connected and the master node is unable to take the pressure.

For further details, refer to the Kubernetes course.

answered Jun 27, 2019 by Jazz
What if they are on-premises cluster, and also a single-node cluster.

Hi@Poornima,

The concept of taint has some context in Kubernetes Cluster. If you have a single node cluster, then it can work as a master node as well as a worker node. But if the node tainted, then you can't launch a pod on that node. I mean you can launch but the state of the pod will always remain pending. At that time the master node can't work as a worker node. So you have to remove the taint from your node.

Related Questions In Kubernetes

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,480 views
0 votes
1 answer

Error saying "The specified bucket does not exist" in kubernetes

Bucket is created in another region. Looks like ...READ MORE

answered Aug 31, 2018 in Kubernetes by Kalgi
• 52,360 points
3,769 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,526 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 5,979 views
+1 vote
4 answers
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