docs(kubernetes): add RBAC reference page#1250
Closed
mesutoezdil wants to merge 1 commit into
Closed
Conversation
06916ce to
9d2bfe1
Compare
Collaborator
|
This is somewhat deviating from the plan, but perhaps the RBAC details can be kept under the setup page? That way its all together in one place. WDYT? |
9d2bfe1 to
1b2af8c
Compare
Documents the ServiceAccount, Role, and ClusterRole created by the Helm chart, including per-permission purpose annotations, bring-your-own ServiceAccount instructions, and multi-tenant guidance. Links the new page from the setup Next Steps section. Closes NVIDIA#1018 Signed-off-by: mesutoezdil <mesudozdil@gmail.com>
1b2af8c to
129cd61
Compare
Contributor
Author
|
Superseded by #1540 which incorporates reviewer feedback: RBAC content is now inline on the setup page instead of a separate page. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Documents the Kubernetes RBAC resources created by the OpenShell Helm chart. Operators deploying to existing clusters had no way to determine the required permissions without reading the chart templates directly.
Related Issue: Closes #1018
Changes
docs/kubernetes/rbac.mdx: new page covering the namespaced Role, ClusterRole, ServiceAccount, bring-your-own ServiceAccount configuration, namespace-only access guidance, and multi-tenant clusters.docs/kubernetes/setup.mdx: added a link to the new RBAC page in the Next Steps section.Testing: Documentation change only. No code changes.