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 A _possibly_ unneeded/unused resource is created when calling the module and _it's the only one_ created as part of that module call (`enabled = false` because defaults are...

bug
triaged
P4

When using the cluster_autoscaling, the node_pool get auto created only when the default node_pool exists. If the default node_pool is created and then deleted with cluster creation, the node auto-provisioning...

bug
triaged
P3

Is there a specific reason why the `remove_default_node_pool` variable is set to `false` by default? Given that the `default-node-pool` node pool is set up by default, it seems to me...

enhancement
triaged
P4
breaking

It's not beta anymore.

enhancement
triaged
P3

### TL;DR Whenever we try to update initial_node_count variable, terrafrom plan and apply did not show any changes ### Expected behavior initial_node_count must be updated through terraform ### Observed behavior...

triaged
refactor
P4
breaking

### TL;DR When attempting to use this module with and existing SA's the module's null object command for kubectl anontate fails the command succeeds on the command line. Claim annotate...

bug
triaged
P3

### TL;DR All other resource types and TF modules I've run across for GCP use a map type when defining labels. Instead, the 'hub' submodule appears to require a comma...

enhancement
triaged
P4

### Summary The [intra-cluster egress firewall rule](https://github.com/terraform-google-modules/terraform-google-kubernetes-engine/blob/14a0536bbcfeb89dc1af21f8fef0cb46affdc52e/autogen/main/firewall.tf.tmpl#L24-L65) appears to depend on `google_container_cluster.primary`. This means it will not be created until _after_ the default node pool is created and deleted. If...

bug
triaged
P4

I'm trying to bring up a [`safer-cluster`](https://github.com/terraform-google-modules/terraform-google-kubernetes-engine/tree/master/modules/safer-cluster) in a Shared VPC network roughly based on the [`terraform-example-foundation/3-networks`](https://github.com/terraform-google-modules/terraform-example-foundation/tree/master/3-networks) approach. In this VPC network, access to private Google APIs is configured with:...

bug
triaged
P3

### TL;DR Terraform chokes with `Error: Inconsistent conditional result types` when trying to compute `gcp_service_account` output in `workload-identity/output.tf`. ### Expected behavior _No response_ ### Observed behavior The full error message...

bug
triaged
P2