From 647e9d6ca831e058b5def3ae60d62c8d7d98f4bf Mon Sep 17 00:00:00 2001 From: Maciej Filocha Date: Mon, 9 Aug 2021 12:08:22 +0200 Subject: [PATCH] Fix links in RBAC default bindings table An extra line needs to be added to allow the link to be rendered properly. Also reformatting link line to be better readable. --- content/en/docs/reference/access-authn-authz/rbac.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/content/en/docs/reference/access-authn-authz/rbac.md b/content/en/docs/reference/access-authn-authz/rbac.md index bf7e754d7c..a954b5c513 100644 --- a/content/en/docs/reference/access-authn-authz/rbac.md +++ b/content/en/docs/reference/access-authn-authz/rbac.md @@ -683,12 +683,13 @@ When used in a RoleBinding, it gives full control over every resource in admin None Allows admin access, intended to be granted within a namespace using a RoleBinding. + If used in a RoleBinding, allows read/write access to most resources in a namespace, including the ability to create roles and role bindings within the namespace. This role does not allow write access to resource quota or to the namespace itself. This role also does not allow write access to Endpoints in clusters created -using Kubernetes v1.22+. More information is available in the ["Write Access for -Endpoints" section](#write-access-for-endpoints). +using Kubernetes v1.22+. More information is available in the +["Write Access for Endpoints" section](#write-access-for-endpoints). edit