Change the default for eviction timeout?

How would one change the default of 5 minutes for eviction timeout? No, I’m not asking how to change it per pod or deployment or whatever, I am asking how to change the default value.

i am trying to do the same thing… i’ve tried to change /var/snap/microk8s/current/args/kube-controller-manager adding --pod-eviction-timeout=30s in each worker node even in the master node… but it does work x.x when one worker stops, it takes 5 five till the pods be completely reschedule to another available node…