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

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [kind](https://registry.terraform.io/providers/kyma-incubator/kind) ([source](https://togithub.com/kyma-incubator/terraform-provider-kind)) | required_provider | patch | `0.0.6` -> `0.0.11` |...

dependencies

Per https://github.com/terraform-google-modules/terraform-google-gcloud/issues/82

In the Readme examples for both the beta-autopilot-private-cluster and beta-autopilot-public-cluster, there's reference to an input: enable_autopilot = true, however that doesn't seem to be a valid input (maybe at one...

### TL;DR The `add_cluster_firewall_rules` and related firewall options do not appear to have any effect for Autopilot clusters. I've configured all of them, with higher priority than my default firewall...

bug
upstream
triaged
P3

**Source Code** source = "terraform-google-modules/kubernetes-engine/google//modules/asm" version = "22.0.0" **Error: local-exec provisioner error** │ │ with module.asm.module.asm.module.cpr.module.gcloud_kubectl.null_resource.run_command[0], │ on .terraform/modules/asm.asm.cpr/main.tf line 231, in resource "null_resource" "run_command": │ 231: provisioner "local-exec" {...

Can you please implement support for `notification_config` from the google-beta provider? See PR here: https://github.com/GoogleCloudPlatform/magic-modules/pull/4012

enhancement
good first issue
triaged
P2

### TL;DR A service account was created outside of the scope of terraform, and we want to use that as our workload identity service account. However, when we provide that...

bug

### TL;DR I tried to use the notification config like this: ``` notification_config { pubsub { enabled = true topic = data.google_pubsub_topic.notifications.id } } ``` Got a super cryptic error...

bug

### TL;DR Possible flaky CI with `remove_default_node_pool = true` ``` Error: Error deleting default node pool: googleapi: Error 400: Operation operation-{} is currently creating a node pool for cluster node-pool-cluster-{}....

bug
upstream
triaged
blocked