Skip to content

Commit

Permalink
Add descripitons of --service-account-max-token-expiration option
Browse files Browse the repository at this point in the history
  • Loading branch information
WanLinghao committed Jul 13, 2018
1 parent 0e327ce commit 85864d3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion content/en/docs/concepts/storage/volumes.md
Original file line number Diff line number Diff line change
Expand Up @@ -772,7 +772,8 @@ 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).
token. It defaults to 1 hour and must be at least 10 minutes (600 seconds). Admin can
also limit its max value by providing `--service-account-max-token-expiration` option in api-server.
The `path` field specifies a relative path to the mount point of the projected
volume.

Expand Down

0 comments on commit 85864d3

Please sign in to comment.