terraform-provider-kubernetes
terraform-provider-kubernetes copied to clipboard
Terraform Kubernetes provider
### Terraform Version, Provider Version and Kubernetes Version ``` Terraform version: Terraform v1.2.5 on darwin_amd64 + provider registry.terraform.io/hashicorp/google v4.28.0 + provider registry.terraform.io/hashicorp/google-beta v4.28.0 + provider registry.terraform.io/hashicorp/kubernetes v2.12.1 Kubernetes provider version:...
### Description Minor internal cleanup to the `persistent_volume` and `persistent_volume_claim` resources. This updates literal strings to refer to their enum definitions, which makes it easier to trace back to the...
### Description This allows `persistent_volume` resources to be configured with `generate_name` as with nearly all other resources in this provider. This is useful for preventing certain kinds of resource deadlocks...
### Description This change improves error messages that may result from the transformation of the user-supplied manifest configuration according to the schema type obtained from OpenAPI. The purpose is to...
## Terraform version, Kubernetes provider version and Kubernetes version ``` Terraform version: 1.2.1 Kubernetes Provider version: 2.11.0 Kubernetes version: 1.24.0 Docker Desktop version: 4.8.2 ``` ## Terraform configuration Original version:...
### Terraform Version, Provider Version and Kubernetes Version ``` Terraform v1.1.0 on linux_amd64 + provider registry.terraform.io/hashicorp/azurerm v2.89.0 + provider registry.terraform.io/hashicorp/kubernetes v2.7.1 ``` ### Affected Resource(s) `provider "kubernetes"` ### Terraform Configuration...
Importing an existing ServiceAccount fails because the Secret creationDate differs too much. kubernetes_service_account.projekt_serviceaccounts["eec"]: Importing from ID "eec/eec"... Error: Failed to discover the default service account token: Unable to find any...
### Terraform Version, Provider Version and Kubernetes Version ``` Terraform version: 1.0.0 Kubernetes provider version: 2.1.0, 2.3.0 Kubernetes version: 1.19.9-gke.1400 ``` ### Affected Resource(s) `kubernetes_cron_job` ### Terraform Configuration Files ```hcl...
When updating the Job field `ttl_seconds_after_finished` in my Terraform config, no changes are made on the server side or in state. It's a perpetual diff. I added a test for...
This is a re-opening of #546 Occasionally, the kubernetes provider will start dialing localhost instead of the configured kubeconfig context. ``` Error: Get http://localhost/api/v1/namespaces/prometheus: dial tcp 127.0.0.1:80: connect: connection refused...