My Kubernetes Nodes are going to "NoSchedule" and my environment is getting down frequently #361
-
Hello Everyone, I am new to Terraform. I started using this Kube hetzner to create QA and production for my company. Even today it was down, I had to quickly login to hetzner console and restart the machine then within 2 minutes everything comes to normal. I have deleted my old cluster since I started with the terraform scripts. the cluster was stable for 1 week in QA then I migrated to production as well. now I am kind of blocked. I have attached my terraform script below for reference also a screenshot of nodes with unequal load distribution. [kube.txt](https://github.com/kube-hetzner/terraform-hcloud-kube-hetzner/files/9843785/kube.txt) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
@Manikanta-Reddy-Pasala Just remove the NoSchedule taints from your nodepool definition, this was wrongly in the |
Beta Was this translation helpful? Give feedback.
@Manikanta-Reddy-Pasala Just remove the NoSchedule taints from your nodepool definition, this was wrongly in the
kube.tf.example
when you installed it, but now we have removed it as it should not have been there in the first place!