terraform-provider-kubernetes
terraform-provider-kubernetes copied to clipboard
Terraform Kubernetes provider
### Description When migrating to Terraform-based management of Kubernetes resources from another system, one today need to manually import these resources into TF states, or to use them as data-sources...
When creating a kubernetes_secret with mutltiple file on the first run then Terraform throws the following error: ``` Error: Provider produced inconsistent final plan When expanding the plan for kubernetes_secret.tls_secret...
The use of cephfs is deprecated in [kubernetes v1.28](https://kubernetes.io/blog/2023/08/15/kubernetes-v1-28-release/#deprecations-and-removals), currently supported in: * d/persistent_volume * r/persistent_volume According to the warning I saw in testing it is `non-functional in v1.31+`
### Terraform Version, Provider Version and Kubernetes Version ``` Terraform version: v1.5.7 Kubernetes provider version: v2.25.2 Kubernetes version: v1.27.3 ``` ### Affected Resource(s) - kubernetes_manifest ### Terraform Configuration Files ```hcl...
### Description https://kubernetes.io/blog/2023/08/15/kubernetes-v1-28-release/#validatingadmissionpolicies-graduate-to-beta https://kubernetes.io/docs/reference/access-authn-authz/validating-admission-policy/ with `ValidatingAdmissionPolicy` being moved to the beta state in `v1.28.0` we should consider whether this resource should be a high priority or wait until it has...
### Description ### Acceptance tests - [ ] Have you added an acceptance test for the functionality being added? - [ ] Have you run the acceptance tests on this...
https://github.com/hashicorp/terraform-provider-kubernetes/blob/main/kubernetes/structures_pod.go#L50 The random suffix of a pod or other resource is not guaranteed to be 5 characters, nor is the characterset defined. Those are implementation details, not to be depended...
Hello, we had an issue updating a resource. The resource was actually updated, but we got several error messages and I am not sure of the terraform state we have...
### Description Hello, we are using terraform to deploy a kafka cluster handled by strimzi operator (this request can be useful for many other cases) through a Custom Resource Definition...
### Description This PR adds tools to allow generating terraform-plugin-framework code for new resources using the Kubernetes OpenAPI specifications. ### Acceptance tests - [ ] Have you added an acceptance...