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

In environments where disks are encrypted by a customer provided key the autopilot setting needs to set the defaults of the boot-disk encryption. Allow to provide this setting.

There is currently no way to specify node_pool_auto_config settings for other cluster types such as private clusters. We have enabled node auto provisioning, but cannot add NAP tags to the...

triaged

### TL;DR I'm not sure if this is already being handled somewhere, but I haven't seen yet for this module the configuration documented at https://cloud.google.com/kubernetes-engine/docs/how-to/configure-smt, where it is possible to...

enhancement
upstream
triaged

allow more than 1 nvme ssd disk to be attached to a given compute engine

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [terraform-google-modules/project-factory/google](https://registry.terraform.io/modules/terraform-google-modules/project-factory/google) ([source](https://togithub.com/terraform-google-modules/terraform-google-project-factory)) | module | major | `~> 14.0` -> `~>...

dependencies

### TL;DR When using the workload-identity module to bind an existing GCP service account to a Kubernetes service account, any updates, even if they do not affect the binding, will...

bug

## Hi there! In [v5.23.0 of the google](https://github.com/hashicorp/terraform-provider-google/releases/tag/v5.23.0) (and google-beta) provider we introduced our first provider-defined functions. For more information on provider-defined functions please see the [Terraform 1.8 announcement blog](https://www.hashicorp.com/blog/terraform-1-8-improves-extensibility-with-provider-defined-functions),...

### TL;DR Add `enable_l4_ibl_subsetting` for `safer-cluster-update-variant` clusters to avoid drift for clusters that need it ### Terraform Resources ```markdown https://github.com/terraform-google-modules/terraform-google-kubernetes-engine/tree/master/modules/safer-cluster-update-variant ``` ### Detailed design ```markdown Feature `enable_l4_ilb_subsetting` exists in the...

enhancement

it's one of option for kubelet configuration https://cloud.google.com/kubernetes-engine/docs/how-to/node-system-config default none This setting sets the maximum number of process IDs (PIDs) that each Pod can use. Value must be must be...