diff --git a/content/en/docs/reference/access-authn-authz/rbac.md b/content/en/docs/reference/access-authn-authz/rbac.md
index b90509b924341..0b99331e5d3ce 100644
--- a/content/en/docs/reference/access-authn-authz/rbac.md
+++ b/content/en/docs/reference/access-authn-authz/rbac.md
@@ -471,13 +471,18 @@ NOTE: editing the role is not recommended as changes will be overwritten on API
system:basic-user |
-system:authenticated and system:unauthenticated groups |
-Allows a user read-only access to basic information about themselves. |
+system:authenticated group |
+Allows a user read-only access to basic information about themselves. Prior to 1.14, this role was also bound to `system:unauthenticated` by default. |
system:discovery |
+system:authenticated group |
+Allows read-only access to API discovery endpoints needed to discover and negotiate an API level. Prior to 1.14, this role was also bound to `system:unauthenticated` by default. |
+
+
+system:public-info-viewer |
system:authenticated and system:unauthenticated groups |
-Allows read-only access to API discovery endpoints needed to discover and negotiate an API level. |
+Allows read-only access to non-sensitive information about the cluster. Introduced in 1.14. |