fix serviceaccount-token-volume-projection link
This commit is contained in:
parent
1c95a6fa03
commit
6a7240f55b
|
|
@ -539,7 +539,7 @@ See also:
|
|||
- or learn to [distribute credentials securely using Secrets](/docs/tasks/inject-data-application/distribute-credentials-secure/)
|
||||
- but also bear in mind that using Secrets for authenticating as a ServiceAccount
|
||||
is deprecated. The recommended alternative is
|
||||
[ServiceAccount token volume projection](#service-account-token-volume-projection).
|
||||
[ServiceAccount token volume projection](#serviceaccount-token-volume-projection).
|
||||
- Read about [projected volumes](/docs/tasks/configure-pod-container/configure-projected-volume-storage/).
|
||||
- For background on OIDC discovery, read the
|
||||
[ServiceAccount signing key retrieval](https://github.com/kubernetes/enhancements/tree/master/keps/sig-auth/1393-oidc-discovery)
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ You need to configure the API Server to use the Konnectivity service
|
|||
and direct the network traffic to the cluster nodes:
|
||||
|
||||
1. Make sure that
|
||||
[Service Account Token Volume Projection](/docs/tasks/configure-pod-container/configure-service-account/#service-account-token-volume-projection)
|
||||
[Service Account Token Volume Projection](/docs/tasks/configure-pod-container/configure-service-account/#serviceaccount-token-volume-projection)
|
||||
feature enabled in your cluster. It is enabled by default since Kubernetes v1.20.
|
||||
1. Create an egress configuration file such as `admin/konnectivity/egress-selector-configuration.yaml`.
|
||||
1. Set the `--egress-selector-config-file` flag of the API Server to the path of
|
||||
|
|
|
|||
Loading…
Reference in New Issue