terraform-google-kubernetes-engine
terraform-google-kubernetes-engine copied to clipboard
Configures opinionated GKE clusters
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...
### 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...
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...
PR for adding Support fort Cost Allocation in Beta Modules, Issue #1392
### 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...