Merge pull request #28145 from GreenApple10/feature/del_alpha

[zh] remove alpha feature note from fsGroupChangePolicy
This commit is contained in:
Kubernetes Prow Robot
2021-05-27 17:14:24 -07:00
committed by GitHub
@@ -286,13 +286,6 @@ securityContext:
fsGroupChangePolicy: "OnRootMismatch"
```
<!--
This is an alpha feature. To use it, enable the [feature gate](/docs/reference/command-line-tools-reference/feature-gates/) `ConfigurableFSGroupPolicy` for the kube-api-server, the kube-controller-manager, and for the kubelet.
-->
这是一个 Alpha 阶段的功能特性。要使用此特性,需要在 `kube-apiserver``kube-controller-manager`
`kubelet` 上启用 `ConfigurableFSGroupPolicy`
[特性门控](/zh/docs/reference/command-line-tools-reference/feature-gates/)。
<!--
This field has no effect on ephemeral volume types such as
[`secret`](/docs/concepts/storage/volumes/#secret),