33 lines
774 B
Markdown
33 lines
774 B
Markdown
---
|
||
# Removed from Kubernetes
|
||
title: CSIServiceAccountToken
|
||
content_type: feature_gate
|
||
|
||
_build:
|
||
list: never
|
||
render: false
|
||
|
||
stages:
|
||
- stage: alpha
|
||
defaultValue: false
|
||
fromVersion: "1.20"
|
||
toVersion: "1.20"
|
||
- stage: beta
|
||
defaultValue: true
|
||
fromVersion: "1.21"
|
||
toVersion: "1.21"
|
||
- stage: stable
|
||
defaultValue: true
|
||
fromVersion: "1.22"
|
||
toVersion: "1.24"
|
||
|
||
removed: true
|
||
---
|
||
<!--
|
||
Enable CSI drivers to receive the pods' service account token
|
||
that they mount volumes for. See
|
||
[Token Requests](https://kubernetes-csi.github.io/docs/token-requests.html).
|
||
-->
|
||
允许 CSI 驱动接收挂载卷目标 Pods 的服务账号令牌。
|
||
参阅[令牌请求(Token Requests)](https://kubernetes-csi.github.io/docs/token-requests.html)。
|