docs(kubernetes): add RBAC reference page#1250
Open
mesutoezdil wants to merge 1 commit intoNVIDIA:mainfrom
Open
docs(kubernetes): add RBAC reference page#1250mesutoezdil wants to merge 1 commit intoNVIDIA:mainfrom
mesutoezdil wants to merge 1 commit intoNVIDIA:mainfrom
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? |
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>
9d2bfe1 to
1b2af8c
Compare
Contributor
Author
|
@TaylorMutch The issue considered this in the Alternatives Considered section and opted for a dedicated page so the table can grow without cluttering the setup walkthrough and can be linked directly from error messages or external docs. That said, if the team prefers consolidation, happy to move it into setup.mdx instead. |
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.
Summary
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.
Checklist