Skip to content

"Multi-tenancy" page may confuse some readers about whether CRDs are cluster scoped #48112

@r21gh

Description

@r21gh

This is a Bug Report

Problem:
The statement regarding Kubernetes namespace isolation mentions that it "doesn't apply to Kubernetes resources that can't be namespaced, such as Custom Resource Definitions, Storage Classes, and Webhooks." This requires clarification as it inaccurately represents how Custom Resource Definitions (CRDs) function.

Proposed Solution:
Update the statement to clarify the behavior of CRDs, emphasizing that while CRDs are cluster-scoped, the resources they define can be namespaced.

"However, it can be difficult to configure, and it doesn't apply to resources that are cluster-scoped and not namespaced, such as Custom Resource Definitions (CRDs) themselves (though the custom resources they define can be namespaced), Storage Classes, and Webhooks."

I would be happy to contribute to this statement in the documentation.

Page to Update:
https://kubernetes.io/docs/concepts/security/multi-tenancy/#implementations

Metadata

Metadata

Assignees

Labels

kind/documentationCategorizes issue or PR as related to documentation.language/enIssues or PRs related to English languageneeds-kindIndicates a PR lacks a `kind/foo` label and requires one.needs-triageIndicates an issue or PR lacks a `triage/foo` label and requires one.priority/backlogHigher priority than priority/awaiting-more-evidence.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions