You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: book/src/csi-driver-object.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -82,7 +82,7 @@ These are the important fields:
82
82
- `tokenRequests`
83
83
- This field was added in Kubernetes 1.20 and cannot be set when using an older Kubernetes release.
84
84
- 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`:
86
86
- `"csi.storage.k8s.io/serviceAccount.tokens": {"gcp":{"token":"<token>","expirationTimestamp":"<expiration timestamp in RFC3339>"}}`
87
87
- If CSI driver doesn't find token recorded in the `volume_context`, it should return error in `NodePublishVolume` to inform Kubelet to retry.
88
88
- 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