add description for service account token (#9314)
ref:https://github.com/kubernetes/kubernetes/pull/63819 https://github.com/kubernetes/website/pull/9182
This commit is contained in:
@@ -8,7 +8,13 @@ weight: 70
|
||||
---
|
||||
|
||||
{{% capture overview %}}
|
||||
This page shows how to use a [`projected`](/docs/concepts/storage/volumes/#projected) volume to mount several existing volume sources into the same directory. Currently, `secret`, `configMap`, and `downwardAPI` volumes can be projected.
|
||||
This page shows how to use a [`projected`](/docs/concepts/storage/volumes/#projected) volume to mount
|
||||
several existing volume sources into the same directory. Currently, `secret`, `configMap`, `downwardAPI`,
|
||||
and `serviceAccountToken` volumes can be projected.
|
||||
|
||||
{{< note >}}
|
||||
`serviceAccountToken` is not a volume type.
|
||||
{{< /note >}}
|
||||
{{% /capture %}}
|
||||
|
||||
{{% capture prerequisites %}}
|
||||
|
||||
Reference in New Issue
Block a user