File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -539,7 +539,7 @@ See also:
539
539
- or learn to [distribute credentials securely using Secrets](/docs/tasks/inject-data-application/distribute-credentials-secure/)
540
540
- but also bear in mind that using Secrets for authenticating as a ServiceAccount
541
541
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).
543
543
- Read about [projected volumes](/docs/tasks/configure-pod-container/configure-projected-volume-storage/).
544
544
- For background on OIDC discovery, read the
545
545
[ServiceAccount signing key retrieval](https://github.com/kubernetes/enhancements/tree/master/keps/sig-auth/1393-oidc-discovery)
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ You need to configure the API Server to use the Konnectivity service
29
29
and direct the network traffic to the cluster nodes:
30
30
31
31
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 )
33
33
feature enabled in your cluster. It is enabled by default since Kubernetes v1.20.
34
34
1 . Create an egress configuration file such as ` admin/konnectivity/egress-selector-configuration.yaml ` .
35
35
1 . Set the ` --egress-selector-config-file ` flag of the API Server to the path of
You can’t perform that action at this time.
0 commit comments