mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-24 22:14:35 +00:00
Currently, /readyz starts reporting failure after ShutdownDelayDuration elapses. We expect /readyz to start returning failure as soon as shutdown is initiated. This gives the load balancer a window defined by ShutdownDelayDuration to detect that /readyz is red and stop sending traffic to this server.