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: Terraform v0.14.7 Kubernetes provider version: 2.18.0 Kubernetes version: 1.24.9 ``` ### Terraform Configuration Files ```resource "kubernetes_secret" "service_account_secret" { metadata...

stale

### Description Get the server version of Kubernetes as a `data` object. It would be useful in cases in which someone needs to create resources depending on the kubernetes version...

enhancement
good first issue
help wanted

Hi there, In testing using the `kubernetes_manifest` for a cluster resource supported by: https://github.com/kubernetes-sigs/cluster-api-provider-vsphere, I'm seeing the following failure which seems to be a byproduct of the provider not properly...

bug
crash
stale

Terraform version: 1.7.4 Kubernetes provider version: 2.31.0 Kubernetes version: 1.28 I have a module called 'kube' where I create the following namespace: ```terraform resource "kubernetes_namespace" "pulsar-ns" { metadata { name...

bug

### Terraform Version, Provider Version and Kubernetes Version ``` Terraform version: v1.9.2 Kubernetes provider version: v2.31.0 Kubernetes version: v1.30.0 ``` ### Affected Resource(s) Noticed it with these resources, but there's...

bug

### Description `subPathExpr` is pretty handy if you want to use values from `downwardAPI` and use them to mount a specific volume from the host. ### Potential Terraform Configuration ```...

enhancement
acknowledged

I try to deploy a Postgres DB via Data Services Manager, it actually does work and the DB will be deployed, however, because of the error I receive, I think...

bug

### Description Terraform 1.8.0 added support for `moved` blocks in which the source and destination resource types differ. This support, however, depends on the provider declaring support for this operation....

enhancement

### Description Fixes #2531 When a Kubernetes Job has ttl_seconds_after_finished set to 0, Kubernetes deletes the Job immediately after it completes. This can cause Terraform to plan the recreation of...

enhancement
size/L

### Description Creating initial Configuration for the new resource kubernetes_secret_v1_data fixes #2233 ### Acceptance tests - [x] Have you added an acceptance test for the functionality being added? - [x]...

size/XL
no-documentation