Changes related to documentation#424
Changes related to documentation#424SasiSriram wants to merge 1 commit intokubernetes-sigs:masterfrom
Conversation
This commit fixes a small documentation issue in the kubectl auth reference. The text previously included the incorrect resource name "ClusterRole binding". This has been updated to the correct Kubernetes RBAC resource name "ClusterRoleBinding". Since this is a minor documentation update, no issue was created.
|
|
|
Welcome @SasiSriram! |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: SasiSriram The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
The Kubernetes project currently lacks enough contributors to adequately respond to all PRs. This bot triages PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
This PR fixes a minor documentation issue in the kubectl auth reference page:
What Was Incorrect
The documentation currently uses the wording:
"Reconciles rules for RBAC Role, RoleBinding, ClusterRole, and ClusterRole binding objects."
This includes an incorrect reference to the Kubernetes RBAC resource ClusterRoleBinding (written incorrectly as "ClusterRole binding").
Fix Applied
Corrected the terminology to use the proper Kubernetes resource name: "ClusterRoleBinding"
Updated Version
"Reconciles rules for RBAC Role, RoleBinding, ClusterRole, and ClusterRoleBinding objects."
close #425