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

Allow combining yamls from different sources, blacklisting resources and overriding replicas #19

Open
druppelt opened this issue Sep 11, 2024 · 0 comments

Comments

@druppelt
Copy link

My goal is to import the resource descriptions from a running cluster, optionally adjust the replicas, deselect some, add the local resources, to then calculate how much quota I would need for all that together.
The usecase would be a namespace representing the dev or staging environment, which uses lower replicas than prod and also has applications that are only needed in dev. Now I want to add my new not yet deployed application and already calculate how much quota I will need in prod.

Currently i can get the resources with kubectl or oc, manually edit the replicas and concat that with my local resources and pipe that into the CLI.

I would like some kind of workflow improvement. Still very much in ideation phase.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant