terraform-provider-kubernetes
terraform-provider-kubernetes copied to clipboard
Terraform Kubernetes provider
### Description If you try to plan/apply [example from documentation](https://registry.terraform.io/providers/hashicorp/kubernetes/latest/docs/resources/manifest#example-create-a-kubernetes-configmap) then you will get an error unless you have **list customresourcedefinitions** permission. Getting this another permission can be a whole...
When trying to deploy jetstack module as part of the aws elb module it fails as the api_group is a known after variable ### Terraform Version, Provider Version and Kubernetes...
### Description Move the check for `errors.IsNotFound` to the correct err so nodes that have been turned down do not cause existing resources to error. ### Acceptance tests - [x]...
### Description resolve https://github.com/hashicorp/terraform-provider-kubernetes/issues/2399 ### Acceptance tests - [ ] Have you added an acceptance test for the functionality being added? - [ ] Have you run the acceptance tests...
### Description This PR updates the logic of resources that use the Pod specification template and now the provider will keep all tolerations(`spec.toleration`) returned by Kubernetes. The same is applicable...
### Description Enhancement: #2106 ### Acceptance tests - [x] Have you added an acceptance test for the functionality being added? - [x] Have you run the acceptance tests on this...
### Description Fixes #2406 Usually we would mark any fields as deprecated with `Deprecated` along with a summary, however this isn't the best UX since any use of the deprecated...
### Description PersistentVolumeLastPhaseTransitionTime was recently graduated to beta and includes a [new field](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.29/#:~:text=lastPhaseTransitionTime%20is%20the%20time%20the%20phase%20transitioned%20from%20one%20to%20another%20and%20automatically%20resets%20to%20current%20time%20everytime%20a%20volume%20phase%20transitions.%20This%20is%20an%20alpha%20field%20and%20requires%20enabling%20PersistentVolumeLastPhaseTransitionTime%20feature.) as part of `PersistentVolumeStatus` ### Potential Terraform Configuration ```hcl # Copy-paste your Terraform configurations here - for...
### Description Currently you have to create one provider per context despite the fact that all contexts are defined in the same config. It would be immensely helpful if we...
### Description `kubernetes_labels` resource doesn't allow to set labels for a template (for example, when there in an intention to set labels for pods managed by deployment or statefulset). ###...