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

Dedicated resources generation #40

Open
endorama opened this issue Jan 19, 2022 · 2 comments
Open

Dedicated resources generation #40

endorama opened this issue Jan 19, 2022 · 2 comments

Comments

@endorama
Copy link

Hello, first of all thanks for this piece of software, it is really handy.

While using it I noticed that it always create kubernetes_manifest resources. This works but as written in the documentation, requires the cluster to already exists (there are some OpenAPI spec discovery performed under the hood that require a cluster to be already there). The same is not true for other dedicated resources that the kubernetes provider supports, and in general this helps in working with resources contextual with cluster creation.

Given that during transform the code knows ApiVersion and Kind values, it should be possible to output dedicated resources instead of the generic manifest.

Would you consider implementing this (or accepting a contribution)? Thanks

@jrhouston
Copy link
Owner

There is actually already a project for generating the built-in resources called k2tf which has the counterpart request for this here: sl1pm4t/k2tf#94

@AndreasBergmeier6176
Copy link

It would be amazing, if you two could merge your tools.

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

3 participants