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: v1.5.1 Kubernetes provider version: 2.21.1 Kubernetes version: 1.24 ``` ### Affected Resource(s) ### Terraform Configuration Files ```hcl resource "kubernetes_manifest"...

bug

### Terraform Version, Provider Version and Kubernetes Version ``` Terraform version: 1.7.3 Kubernetes provider version: 2.25.2 Kubernetes version: 1.27 ``` ### Affected Resource(s) - kubernetes_env ### Terraform Configuration Files ```...

bug
acknowledged

The kubernetes provider doesn't specify a propagation policy on 'destroy' for 'kubernetes_cron_job' resources. This means the cluster will use the default for the resource which, for cron jobs, is 'orphan'....

stale
needs investigation

### Description We only support computedFields attributes, if a user attempts to be explicit with computedFields they will get a `vanished` output: ``` │ Error: Provider produced inconsistent result after...

enhancement
acknowledged
manifest

I am trying to use terraform to manage updating the version of a [k8s_cni_plugin daemonset ](https://raw.githubusercontent.com/aws/amazon-vpc-cni-k8s/v1.12.1/config/master/aws-k8s-cni.yaml) in my EKS cluster. I am attempting to move from the 1.11.4 to 1.12.1...

question
stale

### Terraform Version, Provider Version and Kubernetes Version ``` Terraform version: 1.6.1 Kubernetes provider version: v2.24.0 (signed by HashiCorp) Kubernetes version: 1.27.7 ``` ### Affected Resource(s) argocd Application resource ###...

bug

When we plan and apply our Terraform, we use a separate service account for planning and applying, a read-only terraform and a terraform-fullaccess service account respectively. Terraform is trying to...

waiting-response
question

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

size/XS
no-documentation

### Description I would like to get the node conditions inside the `kubernetes_nodes` data source. Currently only `addresses`, `allocatable`, `capacity` and `node_info` are exported. ### Potential Terraform Configuration ```hcl data...

bug
enhancement
crash
acknowledged

### Terraform Version, Provider Version and Kubernetes Version ``` Terraform version: v1.6.4 Kubernetes provider version: v2.26.0 Kubernetes version: v1.29.2 ``` ### Affected Resource(s) - data.kubernetes_secret (likely others) ### Terraform Configuration...

bug