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

[BUG] - Changing namespace shouldn't result in cluster destruction/recreation #2818

Open
Adam-D-Lewis opened this issue Nov 1, 2024 · 1 comment
Labels
type: bug 🐛 Something isn't working

Comments

@Adam-D-Lewis
Copy link
Member

Adam-D-Lewis commented Nov 1, 2024

Describe the bug

Setting

project_name: nebari10
namespace: prod

results in a kubernetes cluster with the name nebari10-prod. Changing the namespace should be possible, but b/c the namespace is contained in the cluster name it causes the cluster to be destroyed and recreated. This should be avoided since it's entirely valid to change the namespace without wanting to destroy the cluster.

Expected behavior

See above

OS and architecture in which you are running Nebari

linux x86-64

How to Reproduce the problem?

see above

Command output

No response

Versions and dependencies used.

No response

Compute environment

None

Integrations

No response

Anything else?

No response

@Adam-D-Lewis Adam-D-Lewis added type: bug 🐛 Something isn't working needs: triage 🚦 Someone needs to have a look at this issue and triage labels Nov 1, 2024
@Adam-D-Lewis Adam-D-Lewis removed the needs: triage 🚦 Someone needs to have a look at this issue and triage label Nov 1, 2024
@Adam-D-Lewis
Copy link
Member Author

I think the biggest issue with fixing this will be handling existing users who already have a cluster with the namespace in the name.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug 🐛 Something isn't working
Projects
Status: New 🚦
Development

No branches or pull requests

1 participant