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

Adding the network tag used by the firewall rule to the auto provisioned nodes #1230

### TL;DR Long GKE cluster names result in a failure in GKE Hub membership via terraform. Example: 36 character cluster name: 17 character Project ID 11 character Region (us-central1) Total...

bug

### TL;DR safer-cluster previously used GKE's recommendations for a minimal service account, but a new "[Kubernetes Engine Node Service Account](https://cloud.google.com/iam/docs/understanding-roles#container.nodeServiceAccount)" has since been introduced and it may be preferable to...

enhancement
good first issue
triaged
P2

The Global Master Access is already in [GA TF provider](https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/container_cluster#nested_master_global_access_config). This change will expose private_cluster_config.master_global_access_config in available GA modules

The vertical pod scaling has been availble in the GA Terraform Provider. This change will expose the feature in the existing GA module.

### TL;DR The issue is on creating the cluster, we can set the SA for the node pools but for whatever reason it is trying to use the default compute...

bug
upstream

PR for adding Support fort Cost Allocation in Beta Modules, Issue #1392

breaking

### TL;DR Please add an image_type attribute to the google_container_node_pool which takes the image of the node base os. ### Terraform Resources ```markdown https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/container_node_pool ``` ### Detailed design ```markdown N/A...

enhancement