terraform-google-kubernetes-engine
terraform-google-kubernetes-engine copied to clipboard
Configures opinionated GKE clusters
### TL;DR I have used the below documentation link to create the GKE cluster by using the Terrraform code. But I am unable to create it I am getting an...
fix [1305](https://github.com/terraform-google-modules/terraform-google-kubernetes-engine/issues/1305)
The problem when generating new service accounts, is that the secret containing the SA token is no longer generated automatically since the `LegacyServiceAccountTokenNoAutoGeneration` feature gate was enabled as true in...
### TL;DR I'm using beta-private-cluster-update-variant module version 22.0.0 and I can't find a way to only enable Cloud Monitoring. I can either disable both or enable both. I've tried all...
Even when using a node pool with `create_before_destroy`, there is no mechanism to taint/drain the old nodes before deleting the old node pool. This results in applications that reside entirely...
Hello, it seems GCP is deprecating the Istio enable option for the GKE clusters as shown in the picture Is there an alternative already planned for the [beta-private-cluster](https://github.com/terraform-google-modules/terraform-google-kubernetes-engine/tree/v17.0.0/modules/beta-private-cluster) module to...
### TL;DR I try to configure a non-default service account with artifact registry access on another project as the workload identity SA, but the _beta-autopilot-private-cluster_ module seems to ignore it....
### TL;DR CI seems to be failing with `Waiting for default secret of "default/name" to appear`. Maybe related to https://github.com/hashicorp/terraform-provider-kubernetes/issues/1724, test clusters are 1.24.1-x. ### Expected behavior _No response_ ###...
I am using google terraform module version 3.44.0 with terraform version v1.0.5 . I am getting an error : ╷ │ Error: Invalid for_each argument │ │ on .terraform/modules/gke/cluster.tf line...
### TL;DR I see [1054](https://github.com/terraform-google-modules/terraform-google-kubernetes-engine/issues/1054) fixed via [1028](https://github.com/terraform-google-modules/terraform-google-kubernetes-engine/pull/1028) for beta clusters. Can we promote the same in the other modules, particularly [private-cluster](https://registry.terraform.io/modules/terraform-google-modules/kubernetes-engine/google/latest/submodules/private-cluster)? ### Terraform Resources _No response_ ### Detailed design...