terraform-provider-kubernetes
terraform-provider-kubernetes copied to clipboard
Terraform Kubernetes provider
### Description Support `ReadWriteOncePod` for persistent volumes. ### Potential Terraform Configuration Part of a stateful set for running Zookeeper (based on https://kubernetes.io/docs/tutorials/stateful-application/zookeeper/) ```hcl volume_claim_template { metadata { name = "zookeeper-data-dir"...
### Description Several fields should be added with `JobBackoffLimitPerIndex` graduating to Beta in v1.29 Fields JobSpec - [ ] backoffLimitPerIndex - [ ] maxFailedIndexes JobStatus - [ ] failedIndexes [Related...
Updating required fields for a CRD in the Cluster, then applying changes to a CR later does not work
### Terraform Version, Provider Version and Kubernetes Version ``` Terraform version: (run-terraform github action v2.03), but same error with local v1.3.4 Kubernetes provider version: v2.16.0 Kubernetes version: v1.24.7-gke.1400 (Anthos On-Prem)...
`kubernetes_manifest` errors with `x-kubernetes-preserve-unknown-fields` CRD of ArgoCD Application
### Terraform Version, Provider Version and Kubernetes Version ``` Terraform version: 1.6 Kubernetes provider version: 2.24.0 Kubernetes version: 1.27 ``` ### Affected Resource(s) - `kubernetes_manifest` ### Terraform Configuration Files Please...
### Description This PR allows you to send in the raw kubeconfig data without first creating a temp file. Closes https://github.com/hashicorp/terraform-provider-kubernetes/issues/1735 Note: I have very little Go experience, so please...
### Description This PR fix an issue in the provider that happens when the data source `kubernetes_resources` receives multiple Kubernetes objects containing tuples with different numbers of elements. The data...
## Terraform version, Kubernetes provider version and Kubernetes version ``` Terraform version: Terraform v1.5.5 on darwin_arm64 Kubernetes Provider version: v2.25.2 Kubernetes version: 1.28 ``` ## Terraform configuration ```hcl locals {...
### Description It is a common expectation that tools that talk to the kubernetes API can be configured with the `KUBECONFIG` environment variable. When a tool uses the kubernetes client...
If you try to enable auto-provisioner with boot_disk_kms_key on an existing cluster, it gives the following error:  I've noticed this error pops up when you plan a change that...
### Description ### Acceptance tests - [ ] Have you added an acceptance test for the functionality being added? - [ ] Have you run the acceptance tests on this...