-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
API: List of available k8s namespaces for the workspace creation #14376
Comments
I have created the corresponding dashboard issue and I assume that we also need:
|
I figure out some non-trivial aspects of implementing this issue and here I'm describing them and possible solutions I see:
OpenShift P.S. When I mention |
@sleshchenko I think due to a large number of existing installation 3.1 and 4.1 is hard/impossible. CC @l0rd |
Some easy consideration I think we agree on:
The non-OAuth scenario: in real world clusters I expect OAuth to be enabled. If that's not the case, having some restrictions is acceptable:
Some other proposals:
|
Summary of the solution we can start with:
Examples how
Note: When a user creates a workspace they specify a namespace for it. How All newly created workspaces will have a namespace name in attributes, this value will be used for starts. There is an existing workspace that was created like before 7.1.0 and namespace was used for it.
|
Is your task related to a problem? Please describe.
We want to allow a user to select k8s namespace where he can create a workspace
Describe the solution you'd like
REST API that will return a list of available k8s namespaces for the workspace creation
Describe alternatives you've considered
n/a
Additional context
#13484
The text was updated successfully, but these errors were encountered: