Skip to content

Commit 92646c6

Browse files
authored
Merge pull request #521 from grelaxus/patch-1
Minor: fix service account
2 parents cf0445c + d57609c commit 92646c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/src/csi-driver-object.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ These are the important fields:
8282
- `tokenRequests`
8383
- This field was added in Kubernetes 1.20 and cannot be set when using an older Kubernetes release.
8484
- This field is enabled by default in Kubernetes 1.21 and cannot be disabled since 1.22.
85-
- If this field is specified, Kubelet will plumb down the bound service acocunt tokens of the pod as `volume_context` in the `NodePublishVolume`:
85+
- If this field is specified, Kubelet will plumb down the bound service account tokens of the pod as `volume_context` in the `NodePublishVolume`:
8686
- `"csi.storage.k8s.io/serviceAccount.tokens": {"gcp":{"token":"<token>","expirationTimestamp":"<expiration timestamp in RFC3339>"}}`
8787
- If CSI driver doesn't find token recorded in the `volume_context`, it should return error in `NodePublishVolume` to inform Kubelet to retry.
8888
- Audiences should be distinct, otherwise the validation will fail. If the audience is "", it means the issued token has the same audience as kube-apiserver.

0 commit comments

Comments
 (0)