I have a K8s environment locally with 1 master and 2 worker nodes I have a Pod running on a Master node. Planning to perform maintenance on Master node. For this initially trying in my Staging environment to test out. When I executed command:
Kubectl drain k8s-master-0 --force
Above command moving to Taint and deleting Pod. But not rescheduling it to available nodes in cluster.
Any idea on what I am missing here?