terraform-provider-kubernetes icon indicating copy to clipboard operation
terraform-provider-kubernetes copied to clipboard

Terraform Kubernetes provider

Results 409 terraform-provider-kubernetes issues
Sort by recently updated
recently updated
newest added

### 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"...

enhancement
good first issue

### Description Several fields should be added with `JobBackoffLimitPerIndex` graduating to Beta in v1.29 Fields JobSpec - [ ] backoffLimitPerIndex - [ ] maxFailedIndexes JobStatus - [ ] failedIndexes [Related...

enhancement
good first issue
k8s/v1.29

### 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)...

stale
needs investigation

### 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...

bug
needs investigation
acknowledged

### 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...

size/S

### 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...

size/L

## 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 {...

bug
acknowledged
manifest

### 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...

enhancement

If you try to enable auto-provisioner with boot_disk_kms_key on an existing cluster, it gives the following error: ![image](https://github.com/hashicorp/terraform-provider-kubernetes/assets/93377317/2c3b9962-7236-4086-a42f-42b1d2f327f0) I've noticed this error pops up when you plan a change that...

bug
acknowledged
progressive apply

### Description ### Acceptance tests - [ ] Have you added an acceptance test for the functionality being added? - [ ] Have you run the acceptance tests on this...

size/L