Kubernetes-commit: bbccdcd8531a6377c1fe2937aef24f61caef43c4
This commit is contained in:
Tim Bannister 2019-09-25 18:02:40 +01:00 committed by Kubernetes Publisher
parent 279a76350f
commit 9e2288c881
1 changed files with 1 additions and 1 deletions

View File

@ -215,7 +215,7 @@ func (s *ServerRunOptions) AddUniversalFlags(fs *pflag.FlagSet) {
fs.DurationVar(&s.ShutdownDelayDuration, "shutdown-delay-duration", s.ShutdownDelayDuration, ""+
"Time to delay the termination. During that time the server keeps serving requests normally and /healthz "+
"returns success, but /readzy immediately returns failure. Graceful termination starts after this delay "+
"returns success, but /readyz immediately returns failure. Graceful termination starts after this delay "+
"has elapsed. This can be used to allow load balancer to stop sending traffic to this server.")
utilfeature.DefaultMutableFeatureGate.AddFlag(fs)