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

### Description One-liner: - I want the `kubernetes` Terraform provider to work with Entra-enabled AKS without managing any secrets (just OIDC federations). Scenario: - Have AKS cluster, pre-created in separate...

enhancement

## Terraform version, Kubernetes provider version and Kubernetes version ``` Terraform v1.4.5 on windows_amd64 + provider registry.terraform.io/gavinbunney/kubectl v1.14.0 + provider registry.terraform.io/hashicorp/helm v2.9.0 + provider registry.terraform.io/hashicorp/kubernetes v2.19.0 + provider registry.terraform.io/rancher/rancher2 v2.0.0...

question
stale
upstream-terraform

### Description `v1.31` graduated `trafficDistributions` field from alpha to beta with the feature gate being set to enabled by default. k8s PR: https://github.com/kubernetes/enhancements/issues/4444 Service Documentation: https://kubernetes.io/docs/concepts/services-networking/service/#traffic-distribution The API docs mentions...

enhancement
good first issue
blocked
k8s/v1.31

### Terraform Version, Provider Version and Kubernetes Version ``` Terraform version: 1.3.9, 1.5.7 Kubernetes provider version: v1.13.4 Kubernetes version: Client Version: version.Info{Major:"1", Minor:"26", GitVersion:"v1.26.0", GoVersion:"go1.19.4", Platform:"darwin/arm64"} Kustomize Version: v4.5.7 Server...

bug
stale

### Description This would allow terraform to restart deployments. Especially useful after deploying other things ### Potential Terraform Configuration ```hcl resource "kubernetes_rollout_restart" "restart_applciation" { apiVersion = "apps/v1" kind = "Deployment"...

enhancement
stale

## Terraform version, Kubernetes provider version and Kubernetes version ``` Terraform version: 1.6.6 Kubernetes Provider version: 2.16.1 Kubernetes version: 1.30 ``` ## Terraform configuration ``` main project provider "aws" {...

question

### Terraform Version, Provider Version and Kubernetes Version ``` Terraform version: v1.5.5 Kubernetes provider version: v2.23.0 Kubernetes version: v1.26.7 ``` ### Affected Resource(s) - kubernetes_labels - kubernetes_annotations ### Terraform Configuration...

bug
stale

### Description CRD resolution failure can happen e.g. when the service account does not have list access to the crd API. However, this should not prevent from trying to resolve...

size/XS
stale

hello, when we create a plan we do it with a read-only role. we then apply plans with a role with admin permissions. however, when trying to create resources on...

bug

### Terraform Version, Provider Version and Kubernetes Version ``` > terraform -v Terraform v1.9.5 on darwin_arm64 + provider registry.terraform.io/hashicorp/kubernetes v2.32.0 > kubectl version Client Version: v1.29.0 Kustomize Version: v5.0.4-0.20230601165947-6ce0bf390ce3 Server...

bug