kured
kured copied to clipboard
is readinessProbe respected for blocking reboot?
I have Pods
that make the readinessProbe return false to tell K8s "I am busy", which has the effect that Service
objects will not direct requests to them.
Given what these Pods
do, it be very bad to reboot the node while the probe says "busy".
Is this considered by kured?