Closed ravichandra22 closed 6 years ago
We have created an issue in Pivotal Tracker to manage this:
https://www.pivotaltracker.com/story/show/159324737
The labels on this github issue will be updated when the story is started.
Hi @ravichandra22 ,
It is possible to target pods to nodes, there is a kubernetes features described here: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/ and https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/
(Closing as answered. Please reopen if necessary)
Is this a BUG REPORT or FEATURE REQUEST?:
/kind "help wanted" /kind bug
What happened:
I have deployed a K8's cluster on Vsphere Cluster with 5 nodes (DRS enabled) with in 2 days nodes started restarting automatically,
Once a node started rebooting all Pods on node are migrating to other available node leading to crash other node also.
A cluster with 6 nodes end up with only 1 node in Ready state.
snippet from node describe
What you expected to happen:
Can I limit not to overcommit, Pods on a node. Letting then to wait in Pending state till node comes to Ready state. ?
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know?:
Environment:
bosh -d <deployment> deployment
):bosh -e <environment> environment
):kubectl version
): 10.0.2aws
,gcp
,vsphere
): vsphere