Skip to content

Commit b23edad

Browse files
authored
Merge pull request #26833 from njuptlzf/patch-2
Update flow-control.md
2 parents c82d92b + dfe6623 commit b23edad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/zh/docs/concepts/cluster-administration/flow-control.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,10 @@ kube-apiserver \
9595

9696
<!--
9797
Alternatively, you can enable the v1alpha1 version of the API group
98-
with `--runtime-config=flowcontrol.apiserver.k8s.io/v1beta1=true`.
98+
with `--runtime-config=flowcontrol.apiserver.k8s.io/v1alpha1=true`.
9999
-->
100100
或者,你也可以通过
101-
`--runtime-config=flowcontrol.apiserver.k8s.io/v1beta1=true`
101+
`--runtime-config=flowcontrol.apiserver.k8s.io/v1alpha1=true`
102102
启用 API 组的 v1alpha1 版本。
103103

104104
<!--

0 commit comments

Comments
 (0)