File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
content/en/docs/concepts/security Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -171,12 +171,12 @@ following methods:
171
171
If you have a legacy application that is not aware of Kubernetes, you
172
172
could use a sidecar container within the same pod to fetch these tokens
173
173
and make them available to the application workload.
174
- * [ Token Volume Projection] ( /docs/tasks/configure-pod-container/configure-service-account/#service-account -token-volume-projection )
174
+ * [ Token Volume Projection] ( /docs/tasks/configure-pod-container/configure-service-account/#serviceaccount -token-volume-projection )
175
175
(also recommended): In Kubernetes v1.20 and later, use the Pod specification to
176
176
tell the kubelet to add the service account token to the Pod as a
177
177
* projected volume* . Projected tokens expire automatically, and the kubelet
178
178
rotates the token before it expires.
179
- * [ Service Account Token Secrets] ( /docs/tasks/configure-pod-container/configure-service-account/#manually-create-a-service-account- api-token )
179
+ * [ Service Account Token Secrets] ( /docs/tasks/configure-pod-container/configure-service-account/#manually-create-an- api-token-for-a-serviceaccount )
180
180
(not recommended): You can mount service account tokens as Kubernetes
181
181
Secrets in Pods. These tokens don't expire and don't rotate.
182
182
This method is not recommended, especially at scale, because of the risks associated
You can’t perform that action at this time.
0 commit comments