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

If `default_allow_privilege_escalation` in a `kubernetes_pod_security_policy` resource is not specified then it should not be written to the PodSecurityPolicy manifest. With it set to `true` it will explicitly set a pod's...

bug

### Terraform Version, Provider Version and Kubernetes Version ``` Terraform version: v0.15.5 Kubernetes provider version: v2.4.1 Kubernetes version: 1.20.9_1547 ``` ### Affected Resource(s) ### Terraform Configuration Files ```hcl resource "kubernetes_secret"...

bug

Since https://github.com/hashicorp/terraform-provider-kubernetes-alpha was archived and we can no longer comment on https://github.com/hashicorp/terraform-provider-kubernetes-alpha/issues/123 then I'm just going to cross-post it to here so this doesn't get forgotten

bug
upstream-terraform
progressive apply
manifest

## Terraform version, Kubernetes provider version and Kubernetes version ``` Terraform version: v1.1.7 Kubernetes Provider version: v2.9.0 Kubernetes version: 1.21.9-gke.1002 ``` ## Terraform configuration ```hcl terraform { required_providers { google...

question

## Terraform version, Kubernetes provider version and Kubernetes version ``` Terraform version: 0.15.2 Kubernetes Provider version:2.4.1 Kubernetes version: 1.21 ``` ## Terraform configuration ```hcl provider "kubernetes" { experiments { manifest_resource...

question

### Description The feature has been in beta since 1.19. It boils down to a new field, PreemptionPolicy: PreemptLowerPriority (default) | Never ### References https://kubernetes.io/docs/concepts/scheduling-eviction/pod-priority-preemption/#non-preempting-priority-class ### Community Note * Please...

enhancement

### Terraform Version, Provider Version and Kubernetes Version ``` Terraform version: v1.0.4 Kubernetes provider version: v2.4.1 Kubernetes version: 1.18 ``` ### Affected Resource(s) - kubernetes_manifest ### Terraform Configuration Files https://gist.github.com/bpoland/19084c8de0c7b8222a484e5572efe4b2...

bug

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

documentation
size/XS
acknowledged

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

size/M
acknowledged

The following configuration throws a connect error. provider "kubernetes" { host = "value" token = "value" cluster_ca_certificate = base64decode(value) client_certificate = base64decode(value) client_key = base64decode(value) proxy_url = "https://127.0.0.1:8888" } Unable...