From ebe9a8271db6793131274e1bfaddb920a11cb3d5 Mon Sep 17 00:00:00 2001 From: Bob Killen Date: Sat, 7 Jul 2018 09:12:11 -0400 Subject: [PATCH] update service-accounts-admin links --- content/en/docs/tasks/administer-cluster/securing-a-cluster.md | 2 +- .../tasks/configure-pod-container/configure-service-account.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/tasks/administer-cluster/securing-a-cluster.md b/content/en/docs/tasks/administer-cluster/securing-a-cluster.md index eb9ab0e7283b6..3fbad946cd8b7 100644 --- a/content/en/docs/tasks/administer-cluster/securing-a-cluster.md +++ b/content/en/docs/tasks/administer-cluster/securing-a-cluster.md @@ -44,7 +44,7 @@ or static Bearer token approach. Larger clusters may wish to integrate an existi allow users to be subdivided into groups. All API clients must be authenticated, even those that are part of the infrastructure like nodes, -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. +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. Consult the [authentication reference document](/docs/admin/authentication/) for more information. diff --git a/content/en/docs/tasks/configure-pod-container/configure-service-account.md b/content/en/docs/tasks/configure-pod-container/configure-service-account.md index 1586ceed1ff98..b8f71f49bc9d5 100644 --- a/content/en/docs/tasks/configure-pod-container/configure-service-account.md +++ b/content/en/docs/tasks/configure-pod-container/configure-service-account.md @@ -12,7 +12,7 @@ weight: 90 A service account provides an identity for processes that run in a Pod. *This is a user introduction to Service Accounts. See also the -[Cluster Admin Guide to Service Accounts](/docs/admin/service-accounts-admin/).* +[Cluster Admin Guide to Service Accounts](/docs/reference/access-authn-authz/service-accounts-admin/).* {{< note >}} **Note:** This document describes how service accounts behave in a cluster set up