-
Notifications
You must be signed in to change notification settings - Fork 15.1k
Description
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