Skip to content

Commit bbccdcd

Browse files
author
Tim Bannister
committed
Fix typo
1 parent 327f53b commit bbccdcd

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)