34 lines
696 B
Markdown
34 lines
696 B
Markdown
---
|
|
# Removed from Kubernetes
|
|
title: TokenRequestProjection
|
|
content_type: feature_gate
|
|
|
|
_build:
|
|
list: never
|
|
render: false
|
|
|
|
stages:
|
|
- stage: alpha
|
|
defaultValue: false
|
|
fromVersion: "1.11"
|
|
toVersion: "1.11"
|
|
- stage: beta
|
|
defaultValue: true
|
|
fromVersion: "1.12"
|
|
toVersion: "1.19"
|
|
- stage: stable
|
|
defaultValue: true
|
|
fromVersion: "1.20"
|
|
toVersion: "1.21"
|
|
|
|
removed: true
|
|
---
|
|
|
|
<!--
|
|
Enable the injection of service account tokens into a Pod through a
|
|
[`projected` volume](/docs/concepts/storage/volumes/#projected).
|
|
-->
|
|
启用通过
|
|
[`projected` 卷](/zh-cn/docs/concepts/storage/volumes/#projected)将服务账号令牌注入到
|
|
Pod 中的特性。
|