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.7.5 Kubernetes provider version: (default for this terraform) Kubernetes version: 1.29.3 ``` ### Affected Resource(s) - data "kubernetes_secret" ###...

bug
acknowledged

### Description https://github.com/kubernetes-sigs/hierarchical-namespaces/blob/master/docs/user-guide/concepts.md#basic-labels Describes labels that are used by Hierarchical Namespace Controller, each label, and there can be multiples of on a namespace depending on where it is within the...

enhancement

### Description Pod Security Context doesn't seem to currently support setting `procMount` ### Potential Terraform Configuration ```hcl ... security_context { proc_mount = "Unmasked" } ... ``` ### References Not the...

enhancement
good first issue

### Terraform Version, Provider Version and Kubernetes Version * Terraform version: 1.6.4 * Kubernetes provider version: hashicorp/kubernetes v2.27.0 * Kubernetes version: 1.29 ### Affected Resource(s) * API = monitoring.coreos.com/v1 *...

bug
needs investigation
manifest

### Terraform Version, Provider Version and Kubernetes Version ``` Terraform v1.3.9 on darwin_arm64 + provider registry.terraform.io/hashicorp/kubernetes v2.18.0 ``` ### Affected Resource(s) - `kubernetes_stateful_set` ### Terraform Configuration Files ```hcl # kubernetes_stateful_set.this[0]...

needs investigation

For a plan like this: ``` # kubernetes_storage_class.ebs_csi will be updated in-place ~ resource "kubernetes_storage_class" "ebs_csi" { id = "ebs-sc" ~ reclaim_policy = "Retain" -> "Delete" ``` It says you...

acknowledged

With the release of Kubernetes Provider 2.0, we began [requiring explicit provider configuration](https://github.com/hashicorp/terraform-provider-kubernetes/issues/909) with the intention of preventing the wrong clusters from being targeted during apply. However, in our implementation...

bug
breaking-change
next-major-version
theme/auth

### Terraform Version, Provider Version and Kubernetes Version ``` Terraform version: 1.6.2 Kubernetes provider version: 2.27.0 Kubernetes version: 1.19 ``` ### Affected Resource(s) ### Terraform Configuration Files ```hcl resource "kubernetes_deployment_v1"...

bug
good first issue
help wanted
k8s/v1.29

### Terraform Version, Provider Version and Kubernetes Version ``` Terraform v1.3.9 + provider registry.terraform.io/hashicorp/kubernetes v2.18.1 Kubernetes 1.25 cluster ``` ### Affected Resource(s) - `kubernetes_manifest` ### Terraform Configuration Files ```hcl resource...

needs investigation

### Description Defers the initialization of the actual client to first use to prevent dialling http://localhost instead of late configured credentials. Fixes cases where using parameters like `config_path` that are...

size/M