TokenRequest and TokenRequestProjection now beta (#10161)

xref: kubernetes/kubernetes#67349
This commit is contained in:
Qiming
2018-09-10 20:19:53 +08:00
committed by k8s-ci-robot
parent fe96f3b980
commit b3bc49ede6
2 changed files with 7 additions and 3 deletions
+2 -1
View File
@@ -656,7 +656,8 @@ All sources are required to be in the same namespace as the Pod. For more detail
see the [all-in-one volume design document](https://github.com/kubernetes/community/blob/{{< param "githubbranch" >}}/contributors/design-proposals/node/all-in-one-volume.md).
The projection of service account tokens is a feature introduced in Kubernetes
1.11. To enable this feature, you need to explicitly set the `TokenRequestProjection`
1.11 and promoted to Beta in 1.12.
To enable this feature on 1.11, you need to explicitly set the `TokenRequestProjection`
[feature gate](/docs/reference/command-line-tools-reference/feature-gates/) to
True.