I updated kube-apiserver service with default toleration limits as 60 sec.
--default-unreachable-toleration-seconds=60
--default-not-ready-toleration-seconds=60
I stopped kubelet in one of my node, it went to not-ready state.
But the problem I am facing is the pods are getting evicted only after 5 minutes from node moved to not-ready state. The expectation is pods should be evicted in 60 seconds.
My kubernetes version is 1.15.
I restarted the kube-controller-manager and kube-apiserver after I made this change.
What is wrong with the procedure?