Skip to content

Commit 0956acb

Browse files
authored
Merge pull request kubernetes#83121 from sftim/20190925_fix_apiserver_help_readyz_typo
Fix typo in API server help for shutdown-delay-duration
2 parents 39ba488 + bbccdcd commit 0956acb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

staging/src/k8s.io/apiserver/pkg/server/options/server_run_options.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ func (s *ServerRunOptions) AddUniversalFlags(fs *pflag.FlagSet) {
215215

216216
fs.DurationVar(&s.ShutdownDelayDuration, "shutdown-delay-duration", s.ShutdownDelayDuration, ""+
217217
"Time to delay the termination. During that time the server keeps serving requests normally and /healthz "+
218-
"returns success, but /readzy immediately returns failure. Graceful termination starts after this delay "+
218+
"returns success, but /readyz immediately returns failure. Graceful termination starts after this delay "+
219219
"has elapsed. This can be used to allow load balancer to stop sending traffic to this server.")
220220

221221
utilfeature.DefaultMutableFeatureGate.AddFlag(fs)

0 commit comments

Comments
 (0)