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

Feat: Create namespace inline when adding a new provider #85

Open
valaparthvi opened this issue Aug 23, 2024 · 1 comment
Open

Feat: Create namespace inline when adding a new provider #85

valaparthvi opened this issue Aug 23, 2024 · 1 comment
Labels
area/ui kind/enhancement New feature or request

Comments

@valaparthvi
Copy link
Collaborator

When adding a new provider, Docker for e.g., the general pattern is to install it in a namespace called capd-system, or capa-system for an AWS provider. I find it slightly annoying to have to remember to create a namespace before adding a new provider. It might be interesting to create the namespace in-line while adding a new provider.

If the namespace entered does not exist in the dropdown, create one.

@mantis-toboggan-md
Copy link
Member

We will likely need to do some work in rancher/dashboard to support this, it looks like that component expects to be in a cluster context, not global context like the CAPI ui https://github.com/rancher/dashboard/blob/master/shell/components/form/NameNsDescription.vue#L311

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/ui kind/enhancement New feature or request
Development

No branches or pull requests

3 participants