-
Notifications
You must be signed in to change notification settings - Fork 114
Description
Describe the problem/challenge you have
When I add a Carvel package repository to a cluster, I first need to create a dedicated namespace explicitly.
kubectl create namespace kadras-packages
kctrl package repository add -r kadras-repo --url ghcr.io/arktonix/kadras-packages:0.5.1 -n kadras-packages
Describe the solution you'd like
I'd like to skip the explicit creation of the namespace and have it created as part of the kctrl package
command, similar to how the helm
CLI works. For example, the functionality could be enabled via a --create-namespace
flag.
kctrl package repository add -r kadras-repo --url ghcr.io/arktonix/kadras-packages:0.5.1 -n kadras-packages --create-namespace
Anything else you would like to add:
One of the reasons for this feature request is to make the onboarding experience even simpler when introducing people to Carvel packaging or when using a Carvel metapackage as the foundation of projects/tutorials relying on a Carvel-based platform.
With this feature, that would result in three operations rather than four:
- deploy kapp-controller
- add the package repository
- install the package
Vote on this request
This is an invitation to the community to vote on issues, to help us prioritize our backlog. Use the "smiley face" up to the right of this comment to vote.
👍 "I would like to see this addressed as soon as possible"
👎 "There are other more important things to focus on right now"
We are also happy to receive and review Pull Requests if you want to help working on this issue.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status