From 4a0574a083ef1128033a73a8a252b93c44d04133 Mon Sep 17 00:00:00 2001 From: Sahadat Hossain Date: Sat, 13 Feb 2021 17:19:13 +0600 Subject: [PATCH] Update authentication.md --- content/en/docs/reference/access-authn-authz/authentication.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/reference/access-authn-authz/authentication.md b/content/en/docs/reference/access-authn-authz/authentication.md index 56ab5c691a..fc76cbb2f4 100644 --- a/content/en/docs/reference/access-authn-authz/authentication.md +++ b/content/en/docs/reference/access-authn-authz/authentication.md @@ -207,7 +207,7 @@ 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 +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.