Changing the default behavior of Kubernetes
问题 I have setup a K8S cluster (1 master and 2 slaves) using Kubeadm on my laptop. Deployed 6 replicas of a pod. 3 of them got deployed to each of the slaves. Did a shutdown of one of the slave. It took ~6 minutes for the 3 pods to be scheduled on the running node. Initially, I thought that it had to do something with the K8S setup. After some digging found out, it's because of the defaults in the K8S for Controller Manager and Kubelet as mentioned here. It made sense. I checked out the K8S