Skip to content

Commit 4df2f76

Browse files
authored
Merge pull request #22561 from Tej-Singh-Rana/k8s-tej
Fixed space gap
2 parents 6925686 + 7bf0200 commit 4df2f76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/tasks/configure-pod-container/configure-service-account.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ kubectl create -f https://k8s.io/examples/pods/pod-projected-svc-token.yaml
316316
The kubelet will request and store the token on behalf of the pod, make the
317317
token available to the pod at a configurable file path, and refresh the token as it approaches expiration. Kubelet proactively rotates the token if it is older than 80% of its total TTL, or if the token is older than 24 hours.
318318

319-
The application is responsible for reloading the token when it rotates. Periodic reloading (e.g. once every 5 minutes) is sufficient for most usecases.
319+
The application is responsible for reloading the token when it rotates. Periodic reloading (e.g. once every 5 minutes) is sufficient for most use cases.
320320

321321
## Service Account Issuer Discovery
322322

0 commit comments

Comments
 (0)