From c4396fd11750741cee38d75d6bc09ff4b4939cb4 Mon Sep 17 00:00:00 2001 From: michael saenz Date: Wed, 18 Jul 2018 16:50:04 -0500 Subject: [PATCH] Update authentication.md (#9565) minor grammar correction --- 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 1ccf0331c6..77e742aac5 100644 --- a/content/en/docs/reference/access-authn-authz/authentication.md +++ b/content/en/docs/reference/access-authn-authz/authentication.md @@ -140,7 +140,7 @@ You must enable the Bootstrap Token Authenticator with the `--experimental-bootstrap-token-auth` flag on the API Server. You must enable the TokenCleaner controller via the `--controllers` flag on the Controller Manager. This is done with something like `--controllers=*,tokencleaner`. -`kubeadm` will do this for you if you are using it to bootstrapping a cluster. +`kubeadm` will do this for you if you are using it to bootstrap a cluster. The authenticator authenticates as `system:bootstrap:`. It is included in the `system:bootstrappers` group. The naming and groups are