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

V2 nonkube bootstrap must not accept a custom resource path #1764

Open
fgiorgetti opened this issue Nov 1, 2024 · 0 comments
Open

V2 nonkube bootstrap must not accept a custom resource path #1764

fgiorgetti opened this issue Nov 1, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@fgiorgetti
Copy link
Member

Is your feature request related to a problem? Please describe.

Today bootstrap command accepts a custom path, as an argument, for consuming input resources.

Allowing resources to be consumed from any given location, as well as from the default input/resources
under the namespace home, makes it easy to use at first, but it increases complexity and makes it harder
to explain and document.

When the CLI is used, resources are placed under a well known location, which is under
input/resources in the namespace home.

Ideally resources should only be placed under input/resources in the desired namespace home.

This will require an extra step, to create the base directory and copy the resources, but it will make
code simpler, reducing complexity and easy to explain.

Describe the solution you'd like

When bootstrapping a nonkube namespace, only read custom resources from the input/resources directory
located under the desired namespace home.

@fgiorgetti fgiorgetti added the enhancement New feature or request label Nov 1, 2024
@fgiorgetti fgiorgetti self-assigned this Nov 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant