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

See https://github.com/terraform-google-modules/terraform-google-kubernetes-engine/issues/730#issuecomment-770431179 This uses an override rather than modifying the package owned configuration, which is cleaner and won't be affected by package upgrades.

Stale

Add beta multi-networking options. This is lightly based on the work in #1721, but that PR was closed due to inactivity. - Implemented in autogen template - Had to always...

Stale

Add master_global_access_enabled flag to public clusters too. The underlying option is available in GCP APIs and UI for public clusters as well. Also removed 'Beta' label from the other private...

Stale

### TL;DR The module is missing `upgrade_settings` on `cluster_autoscaling > auto_provisioning_defaults` under cluster [configuration](https://github.com/terraform-google-modules/terraform-google-kubernetes-engine/blob/af43bddeaa5902681c0012b7ea724937b161fad6/cluster.tf#L108-L124). Adding `upgrade_settings` allow us to fine tune the upgrade behaviour of NAP created node pools. ###...

enhancement

### TL;DR Shouldn't that be left as default value "System"? ### Expected behavior Shouldn't that be left as default value "System"? ### Observed behavior In v27, when managed prometheus is...

bug

### TL;DR In the [README](https://github.com/terraform-google-modules/terraform-google-kubernetes-engine/blob/v30.2.0/modules/beta-private-cluster/README.md#node_pools-variable) for beta-private-cluster, the `gpu_driver_version` arg is missing from the `node_pools` variable list. ### Expected behavior The docs should cover all `node_pools` args. ### Observed behavior...

bug

### TL;DR This issue resurrects #1191, which was closed for some reason without the corresponding PR merged. The 'auto_provisioning_defaults' block supports [image_type](https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/container_cluster#image_type) But the option is not available currently in...

enhancement

### TL;DR Error: local-exec provisioner error │ │ with module.kubernetes-engine_asm.module.cpr[0].module.gcloud_kubectl.null_resource.run_command[0], │ on .terraform/modules/kubernetes-engine_asm.cpr/main.tf line 232, in resource "null_resource" "run_command": │ 232: provisioner "local-exec" { │ │ Error running command │...

bug

Adds local nvme ssd block configuration as per https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/container_cluster.html#local_nvme_ssd_block_config. Allows usage of NVME interface alongside SCSI. Consider reusing this block within other modules too.