How to reschedule the pods to a different node if the pod on this specific node is not coming to Running state? #46225
Closed
reddybhavaniprasad
started this conversation in
General
Replies: 2 comments
-
/kind support |
Beta Was this translation helpful? Give feedback.
0 replies
-
GitHub is not the right place for support requests. If you're looking for help, check Server Fault. You can also post your question on the Kubernetes Slack or the Discuss Kubernetes forum. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I have deployed Mongodb as a replicaset on a RKE2 cluster with 3 replicas. One of them acts as PRIMARY node and the other 2 replicas act as SECONDARY nodes.
Unfortunately, one of the worker nodes on which the PRIMARY node is scheduled is taken for maintenance then the replica on this VM is trying to come up until the maintenance window is finished.
Here the worker node is still in READY state, so the pod is not rescheduled on a different node. Also, the pod did not come into READY state until the maintenance is finished.
Please help me in understating the reason for why the PRIMARY mongo replica is not rescheduled on a difference working node. Also help me if I can update the manifests in order to reschedule it to another node in this case.
Mongodb Version: 4.4.12
Replicaset with 3 replicas (1 PRIMARY & 2 SECONDARY & 1 ARBITER)
Cluster information:
Beta Was this translation helpful? Give feedback.
All reactions