Skip to content

Commit 6a7240f

Browse files
committed
fix serviceaccount-token-volume-projection link
1 parent 1c95a6f commit 6a7240f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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
@@ -539,7 +539,7 @@ See also:
539539
- or learn to [distribute credentials securely using Secrets](/docs/tasks/inject-data-application/distribute-credentials-secure/)
540540
- but also bear in mind that using Secrets for authenticating as a ServiceAccount
541541
is deprecated. The recommended alternative is
542-
[ServiceAccount token volume projection](#service-account-token-volume-projection).
542+
[ServiceAccount token volume projection](#serviceaccount-token-volume-projection).
543543
- Read about [projected volumes](/docs/tasks/configure-pod-container/configure-projected-volume-storage/).
544544
- For background on OIDC discovery, read the
545545
[ServiceAccount signing key retrieval](https://github.com/kubernetes/enhancements/tree/master/keps/sig-auth/1393-oidc-discovery)

content/en/docs/tasks/extend-kubernetes/setup-konnectivity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ You need to configure the API Server to use the Konnectivity service
2929
and direct the network traffic to the cluster nodes:
3030

3131
1. Make sure that
32-
[Service Account Token Volume Projection](/docs/tasks/configure-pod-container/configure-service-account/#service-account-token-volume-projection)
32+
[Service Account Token Volume Projection](/docs/tasks/configure-pod-container/configure-service-account/#serviceaccount-token-volume-projection)
3333
feature enabled in your cluster. It is enabled by default since Kubernetes v1.20.
3434
1. Create an egress configuration file such as `admin/konnectivity/egress-selector-configuration.yaml`.
3535
1. Set the `--egress-selector-config-file` flag of the API Server to the path of

0 commit comments

Comments
 (0)