Skip to content

Commit a9bdcea

Browse files
committed
Add descripitons of --service-account-max-token-expiration option
1 parent 0e327ce commit a9bdcea

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

content/en/docs/concepts/storage/volumes.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -772,9 +772,10 @@ in the audience of the token, and otherwise should reject the token. This field
772772
is optional and it defaults to the identifier of the API server.
773773

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

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

0 commit comments

Comments
 (0)