From 8d51203aefdd289437f1a7c671485f81cc91056a Mon Sep 17 00:00:00 2001 From: Rajesh Deshpande Date: Wed, 23 Oct 2019 21:10:15 +0530 Subject: [PATCH] Adding whats next section to configure service account (#16994) Adding What's next section to the 'configuring service account' page which was missing earlier. Also, moved informative statement about document to 'Note' section --- .../configure-service-account.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) 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 24e3c9bf09..b55e7076fc 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 @@ -11,11 +11,8 @@ weight: 90 {{% capture overview %}} 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/reference/access-authn-authz/service-accounts-admin/).* - {{< note >}} -This document describes how service accounts behave in a cluster set up +This document is a user introduction to Service Accounts and describes how service accounts behave in a cluster set up as recommended by the Kubernetes project. Your cluster administrator may have customized the behavior in your cluster, in which case this documentation may not apply. @@ -300,3 +297,8 @@ token available to the pod at a configurable file path, and refresh the token as The application is responsible for reloading the token when it rotates. Periodic reloading (e.g. once every 5 minutes) is sufficient for most usecases. {{% /capture %}} + +{{% capture whatsnext %}} +See also the +[Cluster Admin Guide to Service Accounts](/docs/reference/access-authn-authz/service-accounts-admin/). +{{% /capture %}}