website/content/zh-cn/docs/reference/command-line-tools-reference/feature-gates/CSIServiceAccountToken.md

33 lines
774 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

---
# 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)。