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

kamel CLI - Allow to specify a namespace to use instead of default #1184

Closed
davsclaus opened this issue Jan 10, 2020 · 3 comments · Fixed by #3599
Closed

kamel CLI - Allow to specify a namespace to use instead of default #1184

davsclaus opened this issue Jan 10, 2020 · 3 comments · Fixed by #3599
Assignees
Labels
area/cli Kamel CLI area/ux Improves user experience good first issue Does not require full understanding of the codebase status/never-stale
Milestone

Comments

@davsclaus
Copy link
Contributor

Instead of installing Camel K in the default namespace which can get crowded, its nice to install it in a different namspace.

But then you need to have -n mykamel for all the CLI commands to operate on this namespace.

I wonder if we can have the CLI set a namespace to use

@nicolaferraro nicolaferraro added this to the 1.0.0-RC2 milestone Jan 10, 2020
@nicolaferraro nicolaferraro modified the milestones: 1.0.0-RC2, 1.0.0-future Feb 14, 2020
@nicolaferraro nicolaferraro modified the milestones: 1.0.0, post 1.0.0 May 26, 2020
@nicolaferraro nicolaferraro modified the milestones: 1.3.0, 1.4.0 Dec 22, 2020
@squakez
Copy link
Contributor

squakez commented Jan 20, 2021

What about if we mimick kubectl CLI? If you want to stick to a namespace you must runt kubectl config set-context --current --namespace=default this would change the kube config file. I think we don't have any kamel config file, but we could use env vars or if it makes sense creating a config file to serve the scope.

@nicolaferraro nicolaferraro modified the milestones: 1.4.0, 1.5.0 Apr 13, 2021
@nicolaferraro nicolaferraro modified the milestones: 1.5.0, 1.6.0 Jul 5, 2021
@nicolaferraro nicolaferraro modified the milestones: 1.6.0, 1.7.0 Sep 7, 2021
@nicolaferraro nicolaferraro modified the milestones: 1.7.0, 1.8.0 Nov 15, 2021
@oscerd oscerd modified the milestones: 1.8.0, 1.9.0 Jan 19, 2022
@oscerd oscerd modified the milestones: 1.9.0, 1.9.1 Apr 26, 2022
@oscerd oscerd modified the milestones: 1.9.1, 1.9.2 May 13, 2022
@oscerd oscerd modified the milestones: 1.9.2, 2.0.0 May 23, 2022
@github-actions
Copy link
Contributor

This issue has been automatically marked as stale due to 90 days of inactivity.
It will be closed if no further activity occurs within 15 days.
If you think that’s incorrect or the issue should never stale, please simply write any comment.
Thanks for your contributions!

@squakez squakez added area/ux Improves user experience status/never-stale area/cli Kamel CLI and removed status/stale labels Aug 22, 2022
@squakez squakez added the good first issue Does not require full understanding of the codebase label Aug 22, 2022
@essobedo essobedo self-assigned this Sep 2, 2022
@essobedo
Copy link
Contributor

essobedo commented Sep 5, 2022

Should be fixed by #3599

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/cli Kamel CLI area/ux Improves user experience good first issue Does not require full understanding of the codebase status/never-stale
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants