Skip to content

Commit

Permalink
Add descripitons of --service-account-max-token-expiration option (#9500
Browse files Browse the repository at this point in the history
)
  • Loading branch information
WanLinghao authored and k8s-ci-robot committed Jul 17, 2018
1 parent 1147aea commit 202905c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions content/en/docs/concepts/storage/volumes.md
Original file line number Diff line number Diff line change
Expand Up @@ -772,9 +772,10 @@ in the audience of the token, and otherwise should reject the token. This field
is optional and it defaults to the identifier of the API server.

The `expirationSeconds` is the expected duration of validity of the service account
token. It defaults to 1 hour and must be at least 10 minutes (600 seconds).
The `path` field specifies a relative path to the mount point of the projected
volume.
token. It defaults to 1 hour and must be at least 10 minutes (600 seconds). An administrator
can also limit its maximum value by specifying the `--service-account-max-token-expiration`
option for the API server. The `path` field specifies a relative path to the mount point
of the projected volume.

{{< note >}}
**Note:** A Container using a projected volume source as a [subPath](#using-subpath) volume mount will not
Expand Down

0 comments on commit 202905c

Please sign in to comment.