Skip to content

Commit c0af4f7

Browse files
Bob Killenk8s-ci-robot
Bob Killen
authored andcommitted
update service-accounts-admin links (#9461)
1 parent e472159 commit c0af4f7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/en/docs/tasks/administer-cluster/securing-a-cluster.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ or static Bearer token approach. Larger clusters may wish to integrate an existi
4444
allow users to be subdivided into groups.
4545

4646
All API clients must be authenticated, even those that are part of the infrastructure like nodes,
47-
proxies, the scheduler, and volume plugins. These clients are typically [service accounts](/docs/admin/service-accounts-admin/) or use x509 client certificates, and they are created automatically at cluster startup or are setup as part of the cluster installation.
47+
proxies, the scheduler, and volume plugins. These clients are typically [service accounts](/docs/reference/access-authn-authz/service-accounts-admin/) or use x509 client certificates, and they are created automatically at cluster startup or are setup as part of the cluster installation.
4848

4949
Consult the [authentication reference document](/docs/reference/access-authn-authz/authentication/) for more information.
5050

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ weight: 90
1212
A service account provides an identity for processes that run in a Pod.
1313

1414
*This is a user introduction to Service Accounts. See also the
15-
[Cluster Admin Guide to Service Accounts](/docs/admin/service-accounts-admin/).*
15+
[Cluster Admin Guide to Service Accounts](/docs/reference/access-authn-authz/service-accounts-admin/).*
1616

1717
{{< note >}}
1818
**Note:** This document describes how service accounts behave in a cluster set up

0 commit comments

Comments
 (0)