Merge pull request #26528 from xlgao-zju/patch-1

fix for how to enable flowcontrol.apiserver.k8s.io/v1alpha1
This commit is contained in:
Kubernetes Prow Robot
2021-02-14 16:47:05 -08:00
committed by GitHub
@@ -59,7 +59,7 @@ kube-apiserver \
```
Alternatively, you can enable the v1alpha1 version of the API group
with `--runtime-config=flowcontrol.apiserver.k8s.io/v1beta1=true`.
with `--runtime-config=flowcontrol.apiserver.k8s.io/v1alpha1=true`.
The command-line flag `--enable-priority-and-fairness=false` will disable the
API Priority and Fairness feature, even if other flags have enabled it.