Workspaces namespaces should be labelled
See original GitHub issueIs your enhancement related to a problem? Please describe.
If users are manually creating their workspace namespaces there is no way to do a cleanup of those workspaces.
Describe the solution you’d like
If the che-server is creating the namespace it should add some labels:
labels:
app.kubernetes.io/part-of: che.eclipse.org
app.kubernetes.io/component: workspace-namespace
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
VPC design - Best Practices for Deploying WorkSpaces
This section describes best practices for sizing your VPC and subnets, traffic flow, and implications for directory services design.
Read more >Set up multi-tenancy with workspaces :: Gloo Gateway Docs
Workspace labels must match the KubernetesCluster labels on the management cluster. You can check those labels with the following command. Decide which ...
Read more >Namespaces - Kubernetes
In Kubernetes, namespaces provides a mechanism for isolating groups of resources within a single cluster. Names of resources need to be unique ...
Read more >Support workspace namespace configuration in che-operator
I've updated the PR (eclipse-che/che-operator#137). It gives full permissions (to create namespace and to manage workspaces in that namespace) ...
Read more >Tanzu Mission Control - Namespace Management
Now that we have a workspace created, we can define our namespaces. Under the Workspaces menu item, click “NEW NAMESPACE.” On the following ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I am ok to grant extra permissions to the operator. cc @davidfestal
But the admin that installs Che should be able to choose not to grant those permissions to Che
SA
and pre-create the namespaces.I don’t think we should fail if the namespaces aren’t labelled.
Closing this issue. Namespace labeling is done. Remaining olm installer may be not an issue already, of should be solved as standalone task.