Merge pull request #2167 from ankon/patch-1

Fix the link to the authentication documentation
reviewable/pr2173/r1
Andrew Chen 2017-01-09 13:51:04 -08:00 committed by GitHub
commit 3ada59ed59
1 changed files with 1 additions and 1 deletions

View File

@ -381,7 +381,7 @@ Subjects can be groups, users or service accounts.
Users are represented by strings. These can be plain usernames, like
"alice", or email style names, like "bob@example.com", or numeric ids
as string. It is up to the Kubernetes admin to configure
the [authentication modules](/doc/admin/authentication/) to produce
the [authentication modules](/docs/admin/authentication/) to produce
usernames in the desired format. The RBAC authorization system does
not require any particular format. However, the prefix `system:` is
reserved for Kubernetes system use, and so the admin should ensure