27 lines
725 B
Markdown
27 lines
725 B
Markdown
---
|
|
title: ZeroLimitedNominalConcurrencyShares
|
|
content_type: feature_gate
|
|
_build:
|
|
list: never
|
|
render: false
|
|
|
|
stages:
|
|
- stage: beta
|
|
defaultValue: false
|
|
fromVersion: "1.29"
|
|
toVersion: "1.29"
|
|
- stage: stable
|
|
defaultValue: true
|
|
fromVersion: "1.30"
|
|
toVersion: "1.31"
|
|
|
|
removed: true
|
|
---
|
|
<!--
|
|
Allow [priority & fairness](/docs/concepts/cluster-administration/flow-control/)
|
|
in the API server to use a zero value for the `nominalConcurrencyShares` field of
|
|
the `limited` section of a priority level.
|
|
-->
|
|
允许 API 服务器中的[优先级和公平性](/zh-cn/docs/concepts/cluster-administration/flow-control/)使用
|
|
`limited` 部分的 `nominalConcurrencyShares` 字段的零值作为优先级。
|