TokenRequest and TokenRequestProjection now beta (#10161)
xref: kubernetes/kubernetes#67349
This commit is contained in:
@@ -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).
|
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
|
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
|
[feature gate](/docs/reference/command-line-tools-reference/feature-gates/) to
|
||||||
True.
|
True.
|
||||||
|
|
||||||
|
|||||||
@@ -100,9 +100,12 @@ different Kubernetes components.
|
|||||||
| `SupportPodPidsLimit` | `false` | Alpha | 1.10 | |
|
| `SupportPodPidsLimit` | `false` | Alpha | 1.10 | |
|
||||||
| `Sysctls` | `true` | Beta | 1.11 | |
|
| `Sysctls` | `true` | Beta | 1.11 | |
|
||||||
| `TaintBasedEvictions` | `false` | Alpha | 1.6 | |
|
| `TaintBasedEvictions` | `false` | Alpha | 1.6 | |
|
||||||
|
| `TaintNodesByCondition` | `false` | Alpha | 1.8 | |
|
||||||
| `TaintNodesByCondition` | `true` | Beta | 1.12 | |
|
| `TaintNodesByCondition` | `true` | Beta | 1.12 | |
|
||||||
| `TokenRequest` | `false` | Alpha | 1.10 | |
|
| `TokenRequest` | `false` | Alpha | 1.10 | 1.11 |
|
||||||
| `TokenRequestProjection` | `false` | Alpha | 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` | `false` | Alpha | 1.9 | 1.9 |
|
||||||
| `VolumeScheduling` | `true` | Beta | 1.10 | |
|
| `VolumeScheduling` | `true` | Beta | 1.10 | |
|
||||||
| `VolumeSubpathEnvExpansion` | `false` | Alpha | 1.11 | |
|
| `VolumeSubpathEnvExpansion` | `false` | Alpha | 1.11 | |
|
||||||
|
|||||||
Reference in New Issue
Block a user