terraform-provider-kubernetes
terraform-provider-kubernetes copied to clipboard
Terraform Kubernetes provider
## Terraform version, Kubernetes provider version and Kubernetes version ``` Terraform version: 1.9.5 Kubernetes Provider version: 2.32.0 Kubernetes version: 1.29.7 ``` ## Question I need to apply labels to the...
``` Terraform version: 1.8.0 Kubernetes provider version: 2.32.0 Kubernetes version: 1.28 ``` ### Affected Resource(s) - `kubernetes_job` - `kubernetes_job_v1` ### Steps to Reproduce 1. Provision a `kubernetes_job` resource, with `spec.template.metadata.labels`...
### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request. * Please do...
See [here](https://github.com/hashicorp/terraform-provider-kubernetes/issues/1342)
### Terraform Version, Provider Version and Kubernetes Version ``` Terraform version: v1.9.3 Kubernetes provider version: v2.30.0 Kubernetes version: 1.29.6-gke.1326000 ``` ### Affected Resource(s) - kubernetes_manifest - opc_storage_volume ### Terraform Configuration...
### Description The release of `v1.31` included the removal of `cephfs` volume support which was marked as deprecated in `v1.28` `v1.31` mention: https://kubernetes.io/blog/2024/08/13/kubernetes-v1-31-release/#removal-of-cephfs-volume-plugin https://github.com/hashicorp/terraform-provider-kubernetes/blob/65f1a7dd7d46d6e371e083f3e5ed0b0abca09daa/kubernetes/structure_persistent_volume_spec.go#L70-L89 ### Community Note * Please vote...
## Question K8s is already at version 1.32.... When will the provider start supporting features > 1.28. This is getting more and more of a pain to work with. We...
### Terraform Version, Provider Version and Kubernetes Version ``` Terraform version: 1.12.2 Kubernetes provider version: v2.37.1 Kubernetes version: v1.32.4-gke.1353003 ``` ### Affected Resource(s) - kubernetes_manifest ### Terraform Configuration Files ####...
### Description The kubernetes api allows setting [DeleteOptions](https://kubernetes.io/docs/reference/kubernetes-api/common-definitions/delete-options/). Extra docs: https://kubernetes.io/docs/concepts/architecture/garbage-collection The default deletion strategy is background cascading deletion. This strategy removes the resource and then returns, while removal of...
### Description When you have a ``kubernetes_manifest`` at one version (say ``v1beta1``) and you want to migrate it to a different version (``v1``), currently, this provider forces a complete replacement...