From 1f28ec096141a5aa5f6fcb5df1144ff3fefb372e Mon Sep 17 00:00:00 2001 From: Smuu Date: Thu, 29 Apr 2021 02:06:50 +0200 Subject: [PATCH] Fix syntax errors (#27735) * Fix syntax errors - fix wrong placed line breaks - fix command mode start and end * remove word 'simple' --- .../docs/reference/access-authn-authz/authentication.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/content/en/docs/reference/access-authn-authz/authentication.md b/content/en/docs/reference/access-authn-authz/authentication.md index d09ffa23a2..2e223b023a 100644 --- a/content/en/docs/reference/access-authn-authz/authentication.md +++ b/content/en/docs/reference/access-authn-authz/authentication.md @@ -205,12 +205,10 @@ spec: ``` Service account bearer tokens are perfectly valid to use outside the cluster and - can be used to create identities for long standing jobs that wish to talk to the -Kubernetes API. To manually create a service account, simply use the `kubectl` - -create serviceaccount (NAME)` command. This creates a service account in the -current namespace and an associated secret. +Kubernetes API. To manually create a service account, use the `kubectl create +serviceaccount (NAME)` command. This creates a service account in the current +namespace and an associated secret. ```bash kubectl create serviceaccount jenkins