coreweave / dashboard

General-purpose web UI for Kubernetes clusters
Apache License 2.0
0 stars 0 forks source link

Include only namespaced resources, exclude (most) cluster-scoped resources #2

Open vpatov opened 7 months ago

vpatov commented 7 months ago

ORD1 tenant cluster customers do not have cluster-scoped access (cannot read ClusterRoles, ClusterRoleBindings, StorageClasses, etc.). Therefore it makes sense to remove those items from the dashboard: Screenshot 2024-01-04 143520

The rationale being, if customers are not able to view these resources, we shouldn't tease them / confuse them by giving them a button to do so.

They can view CustomResourceDefinitions (which are cluster scoped), so we should keep those.