From b3bc49ede6239b306d280b6d6f00cde7a789ef0c Mon Sep 17 00:00:00 2001 From: Qiming Date: Mon, 10 Sep 2018 20:19:53 +0800 Subject: [PATCH] TokenRequest and TokenRequestProjection now beta (#10161) xref: kubernetes/kubernetes#67349 --- content/en/docs/concepts/storage/volumes.md | 3 ++- .../command-line-tools-reference/feature-gates.md | 7 +++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/content/en/docs/concepts/storage/volumes.md b/content/en/docs/concepts/storage/volumes.md index 1555e2d6e6..5fff1b2be9 100644 --- a/content/en/docs/concepts/storage/volumes.md +++ b/content/en/docs/concepts/storage/volumes.md @@ -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. diff --git a/content/en/docs/reference/command-line-tools-reference/feature-gates.md b/content/en/docs/reference/command-line-tools-reference/feature-gates.md index 19d6580572..253f9807b8 100644 --- a/content/en/docs/reference/command-line-tools-reference/feature-gates.md +++ b/content/en/docs/reference/command-line-tools-reference/feature-gates.md @@ -100,9 +100,12 @@ different Kubernetes components. | `SupportPodPidsLimit` | `false` | Alpha | 1.10 | | | `Sysctls` | `true` | Beta | 1.11 | | | `TaintBasedEvictions` | `false` | Alpha | 1.6 | | +| `TaintNodesByCondition` | `false` | Alpha | 1.8 | | | `TaintNodesByCondition` | `true` | Beta | 1.12 | | -| `TokenRequest` | `false` | Alpha | 1.10 | | -| `TokenRequestProjection` | `false` | Alpha | 1.11 | | +| `TokenRequest` | `false` | Alpha | 1.10 | 1.11 | +| `TokenRequest` | `True` | Beta | 1.12 | | +| `TokenRequestProjection` | `false` | Alpha | 1.11 | 1.11 | +| `TokenRequestProjection` | `True` | Beta | 1.12 | | | `VolumeScheduling` | `false` | Alpha | 1.9 | 1.9 | | `VolumeScheduling` | `true` | Beta | 1.10 | | | `VolumeSubpathEnvExpansion` | `false` | Alpha | 1.11 | |