-
Notifications
You must be signed in to change notification settings - Fork 127
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
Custom Namespace for App #548
Comments
Thank you for your answer |
Changing the name of a namespace is not possible in Kubernetes. The namespace has to be destroyed and recreated. All data must be backedup and restored, which would be super risky. I dont think this is possible. Another option is to have completly custom namespaces from the beginning. This might be a bigger but possible change, since I'm constructing the name on many cases by concatinating name+phase to geäuess tje namespace. |
This option is also great. Let's say the user authenticates based on username > email. Then, put the name + phase. |
Description
In the program, I want the user to be able to create a namespace or choose her own namespace
Possible solution
Add a new field for namespace name
Alternatives
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: