terraform-provider-kubernetes
terraform-provider-kubernetes copied to clipboard
Terraform Kubernetes provider
kubernetes_manifest resource warns OpenAPI schema not recognised and updates will force recreation
### Terraform Version, Provider Version and Kubernetes Version ``` Terraform v1.0.5 on darwin_amd64 + provider registry.terraform.io/hashicorp/aws v3.55.0 + provider registry.terraform.io/hashicorp/helm v2.2.0 + provider registry.terraform.io/hashicorp/kubernetes v2.4.1 + provider registry.terraform.io/hashicorp/vault v2.23.0 ```...
### Terraform Version, Provider Version and Kubernetes Version ``` Terraform version:1.0.3 Kubernetes provider version:2.4.1 Kubernetes version:1.20 ``` ### Affected Resource(s) ### Terraform Configuration Files ```hcl # Copy-paste your Terraform configurations...
When using the new `kubernetes_manifest` resource, if I intentionally configure a resource such that the `wait_for` clause will never be met, the run will eventaully hit the timeout threshold. When...
### Description Having that as string resulted in semantically wrong types in cdktf Not sure if this breaks compatibility. ### Acceptance tests - [ ] Have you added an acceptance...
### Terraform Version and Provider Version Terraform v0.13.4 + provider registry.terraform.io/hashicorp/kubernetes v1.13.2 ### Affected Resource(s) kubernetes_service_account ### Terraform Configuration Files ```hcl resource "kubernetes_service_account" "automated_tests" { metadata { name = "automated-tests"...
### Terraform Version, Provider Version and Kubernetes Version ``` Terraform version: 1.0.3 Kubernetes provider version: 2.4.1 Kubernetes version: Client Version: version.Info{Major:"1", Minor:"19", GitVersion:"v1.19.4", GitCommit:"d360454c9bcd1634cf4cc52d1867af5491dc9c5f", GitTreeState:"clean", BuildDate:"2020-11-14T14:49:35Z", GoVersion:"go1.15.5", Compiler:"gc", Platform:"darwin/amd64"} Server...
### Description We are using Flux Receiver which is a CRD and reference it with the data source below: The receiver ones deployed will set a URL in `status`. See...
### Terraform Version, Provider Version and Kubernetes Version ``` Terraform v1.1.4 on darwin_arm64 + provider registry.terraform.io/hashicorp/google v4.10.0 + provider registry.terraform.io/hashicorp/helm v2.4.1 + provider registry.terraform.io/hashicorp/kubernetes v2.8.0 + provider registry.terraform.io/hashicorp/random v3.1.0 ```...
I'm creating a configmap where one of the fields in the `data` section depends on another value. Running terraform apply causes a panic ### Terraform Version, Provider Version and Kubernetes...
The documentation of the [container section](https://registry.terraform.io/providers/hashicorp/kubernetes/latest/docs/resources/deployment#container) of deployments lists `resources` as: > (Optional) Compute Resources required by this container. Cannot be updated. K8s does allow updates to these fields. Is...