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

### Terraform Version, Provider Version and Kubernetes Version ``` Terraform version: 1.8.5 Kubernetes provider version: 2.35.1 Kubernetes version: 1.31.5 ``` ### Affected Resource(s) - `kubernetes_manifest` ### Terraform Configuration Files ```hcl...

bug

I am creating this new issue because the original one has been closed without resolving it (#1739). ### Terraform Version, Provider Version and Kubernetes Version ``` Terraform version: v1.9.6 Kubernetes...

bug

### Description This PR fixes an issue where changes to the controller field in the `IngressClass `resource fail because it is immutable in Kubernetes ([Kubernetes API](https://github.com/kubernetes/api/blob/master/networking/v1/types.go#L572)). When attempting to update...

size/S

### Description Fixes #710 This PR addresses and fixes the handling of namespaces in the kubernetes_cluster_role_binding_v1 resource I am looking for feedback on my fix! Initially, I implemented logic in...

size/M

Hello there, I observe similar behavior described in [issue 1986](https://github.com/hashicorp/terraform-provider-kubernetes/issues/1986) but in a stateful_set, where the pvc will wait for consumer while the pod depends on the pvc. In the...

question

### Terraform Version, Provider Version and Kubernetes Version ``` Terraform version: v1.10.4 Kubernetes provider version: v2.35.1 Kubernetes version: v1.31.4-eks-2d5f260 ``` ### Affected Resource(s) - `kubernetes_ingress_v1` ### Terraform Configuration Files ```hcl...

bug

Hi Team, The `ignore_annotations` setting at the provider level does not work. My provider config: ``` provider "kubernetes" { config_path = "./kubeconfig/config" ignore_annotations = [ "kubectl\\.kubernetes\\.io\\/restartedAt" ] } ``` Provider...

## Terraform version, Kubernetes provider version and Kubernetes version ``` Terraform version: Terraform v1.9.1 Kubernetes Provider version: 2.35.1 Kubernetes version: testing using kind locally, kind version 0.26.0 and in GKE...

question

### Description We sometimes run into PRs introducing tests that must be skipped due to k8s environment mismatch. This leads to CI returning all passing with the test never actually...

enhancement
CI