gavinbunney / terraform-provider-kubectl

Terraform provider to handle raw kubernetes manifest yaml files
https://registry.terraform.io/providers/gavinbunney/kubectl
Mozilla Public License 2.0
609 stars 102 forks source link

Serious question #247

Open marksumm opened 1 year ago

marksumm commented 1 year ago

This is not meant as a snark, so please don't take it that way. That said, is this project still actively maintained? I'm asking because of the failing builds and the number of open pull requests.

Personally, I would be very grateful if this pull request could be merged: https://github.com/gavinbunney/terraform-provider-kubectl/pull/198

hp197 commented 1 year ago

:(

zeppelinen commented 1 year ago

If anything, I maintain the fork with more or less up-to-date fixes I find across the github for my internal needs here: https://github.com/navvis-dev/terraform-provider-kubectl. Feel free to pull and build yourself.

marksumm commented 1 year ago

As far as I can tell, the repository owner has been hired by Netflix. Feel free to correct me.

ArronaxKP commented 10 months ago

So I have pivoted to Alekc version as its been patched and update with some very important fixes. Sharing the link here in case others stumble across this - https://github.com/alekc/terraform-provider-kubectl

atamgp commented 7 months ago

See the new kubernetes_manifest resource in the official kubernetes provider:

|https://registry.terraform.io/providers/hashicorp/kubernetes/latest/docs/resources/manifest

hp197 commented 7 months ago

See the new kubernetes_manifest resource in the official kubernetes provider:

|https://registry.terraform.io/providers/hashicorp/kubernetes/latest/docs/resources/manifest

I'm Sorry Dave, I'm Afraid I Can't Do That

kubernetes_manifest does not play nice in combination with CRD's. Especially when you create a new or destroy a cluster.