Fix type in URI (#16522)

pull/16521/head
Marian Steinbach 2019-09-24 18:41:27 +02:00 committed by Kubernetes Prow Robot
parent 82d8113545
commit cf1a4adc31
1 changed files with 1 additions and 1 deletions

View File

@ -913,7 +913,7 @@ kube-apiserver [flags]
<td colspan="2">--shutdown-delay-duration duration</td>
</tr>
<tr>
<td></td><td style="line-height: 130%; word-wrap: break-word;">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 has elapsed. This can be used to allow load balancer to stop sending traffic to this server.</td>
<td></td><td style="line-height: 130%; word-wrap: break-word;">Time to delay the termination. During that time the server keeps serving requests normally and /healthz returns success, but /ready 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.</td>
</tr>
<tr>