terraform-google-kubernetes-engine icon indicating copy to clipboard operation
terraform-google-kubernetes-engine copied to clipboard

Configures opinionated GKE clusters

Results 237 terraform-google-kubernetes-engine issues
Sort by recently updated
recently updated
newest added

### TL;DR Hi, would it be possible to have [cgroup mode](https://github.com/hashicorp/terraform-provider-google/pull/16103) supported in the next version of this module? ### Terraform Resources https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/container_cluster#cgroup_mode https://github.com/hashicorp/terraform-provider-google/blob/HEAD/CHANGELOG.md#510-Oct-9-2023 ### Detailed design ### Additional information...

enhancement
Stale

When creating multiple private clusters within same project with the same name (in different regions) - module tries to create non-unique global firewall rules (fw rule name is based on...

Stale

Trying to resolve this issue https://github.com/terraform-google-modules/terraform-google-kubernetes-engine/issues/1840

:robot: I have created a release *beep* *boop* --- ## [30.2.1](https://github.com/terraform-google-modules/terraform-google-kubernetes-engine/compare/v30.2.0...v30.2.1) (2024-03-22) ### Bug Fixes * make master_ipv4_cidr_block optional for autopilot ([#1902](https://github.com/terraform-google-modules/terraform-google-kubernetes-engine/issues/1902)) ([af43bdd](https://github.com/terraform-google-modules/terraform-google-kubernetes-engine/commit/af43bddeaa5902681c0012b7ea724937b161fad6)) --- This PR was generated with [Release...

autorelease: pending

### TL;DR I was using the acm module, but when trying to create git_creds and other annotations like gate keeper, it was throws an error as http/TLS handshake error. ###...

enhancement

### TL;DR kms boot disk requires kms permissions ### Terraform Resources ```markdown #sa.tf resource "google_project_iam_member" "cluster_service_account-kms-operations" { for_each = var.create_service_account && var.grant_kms_access ? toset(local.registry_projects_list) : [] project = each.key role...

enhancement
Stale

### TL;DR For later versions of Managed ASM, MDP is enabled by default. But the module should also have a switch to disable it. ### Terraform Resources _No response_ ###...

enhancement

### TL;DR Add option to attach `roles/iam.serviceAccountOpenIdTokenCreator` & `roles/iam.serviceAccountTokenCreator` just on the SA itself instead at the project level ### Terraform Resources ```markdown https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/google_service_account_iam ``` ### Detailed design ```markdown Change...

enhancement