You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -1600,7 +1600,7 @@ post-start hooks will complete successfully and therefore return true.
1600
1600
<!--
1601
1601
Maximum number of seconds between log flushes
1602
1602
-->
1603
-
两次日志刷新之间的最大秒数
1603
+
两次日志刷新之间的最大秒数。
1604
1604
</td>
1605
1605
</tr>
1606
1606
@@ -1640,7 +1640,7 @@ DEPRECATED: the namespace from which the Kubernetes master services should be in
1640
1640
<!--
1641
1641
If non-zero, throttle each user connection to this number of bytes/sec. Currently only applies to long-running requests.
1642
1642
-->
1643
-
如果不为零,则将每个用户连接限制为该数(字节数/秒)。
1643
+
如果不为零,则将每个用户连接的带宽限制为此数值(字节数/秒)。
1644
1644
当前仅适用于长时间运行的请求。
1645
1645
</td>
1646
1646
</tr>
@@ -1654,8 +1654,9 @@ If non-zero, throttle each user connection to this number of bytes/sec. Currentl
1654
1654
This and --max-requests-inflight are summed to determine the server's total concurrency limit (which must be positive) if --enable-priority-and-fairness is true.
1655
1655
Otherwise, this flag limits the maximum number of mutating requests in flight, or a zero value disables the limit completely.
@@ -1668,7 +1669,8 @@ Otherwise, this flag limits the maximum number of mutating requests in flight, o
1668
1669
This and --max-mutating-requests-inflight are summed to determine the server's total concurrency limit (which must be positive) if --enable-priority-and-fairness is true.
1669
1670
Otherwise, this flag limits the maximum number of non-mutating requests in flight, or a zero value disables the limit completely.
0 commit comments