Skip to content

Commit 5b36e35

Browse files
authored
Merge pull request #26528 from xlgao-zju/patch-1
fix for how to enable flowcontrol.apiserver.k8s.io/v1alpha1
2 parents 2955360 + 0ac2e87 commit 5b36e35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ kube-apiserver \
5959
```
6060

6161
Alternatively, you can enable the v1alpha1 version of the API group
62-
with `--runtime-config=flowcontrol.apiserver.k8s.io/v1beta1=true`.
62+
with `--runtime-config=flowcontrol.apiserver.k8s.io/v1alpha1=true`.
6363

6464
The command-line flag `--enable-priority-and-fairness=false` will disable the
6565
API Priority and Fairness feature, even if other flags have enabled it.

0 commit comments

Comments
 (0)