You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 thekubernetes
provider supports, and in general this helps in working with resources contextual with cluster creation.Given that during transform the code knows
ApiVersion
andKind
values, it should be possible to output dedicated resources instead of the generic manifest.Would you consider implementing this (or accepting a contribution)? Thanks
The text was updated successfully, but these errors were encountered: