Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inconsistent Namespace prefix #264

Open
strangiato opened this issue Sep 28, 2022 · 2 comments
Open

Inconsistent Namespace prefix #264

strangiato opened this issue Sep 28, 2022 · 2 comments

Comments

@strangiato
Copy link

RHODS creates the following namespaces:

redhat-ods-applications
redhat-ods-monitoring
redhat-ods-operator
rhods-notebooks

rhods-notebooks uses a different prefix name from the other namespaces that RHODS creates making it more difficult to search/find the namespaces related to RHODS.

@anishasthana
Copy link
Contributor

The reason behind having a different name for this was that it's possible for users to have misbehaving pods in rhods-notebooks, which in turn could mean alerts for SRE.

By default SRE is alerted on issues in redhat-* namespaces.

@codekow
Copy link

codekow commented Apr 17, 2023

@strangiato Can you use a label selector to consistently get the namespaces? oc get -l ...

Are you using oc or the web console to lookup info?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants