Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[terraform] Turn off node auto-provisioning in GKE #12608

Merged
merged 1 commit into from
Sep 2, 2022

Conversation

nandajavarma
Copy link
Contributor

@nandajavarma nandajavarma commented Sep 2, 2022

Description

This PR disables auto-provisioning of nodes in GKE clusters. It turns out cluster_autoscaling infacts turns auto provisioning on. So all that is needed to enable autoscaling of nodes in GKE is to set the autoscaling section in node pool resources.

I am also pushing in a small change that enables Local DNS caching. This is currently enabled in the reference architecture, and this PR makes it consistent.

Thanks a lot to @lucasvaltl for catching it!!

Related Issue(s)

Fixes #12587

How to test

Please follow the README of the gcp module.

Release Notes

NONE

Documentation

Werft options:

  • /werft with-preview

@nandajavarma nandajavarma requested a review from a team September 2, 2022 06:51
@github-actions github-actions bot added the team: delivery Issue belongs to the self-hosted team label Sep 2, 2022
@roboquat roboquat added the size/S label Sep 2, 2022
@roboquat roboquat merged commit 5e33b9c into main Sep 2, 2022
@roboquat roboquat deleted the nvn/autoprov-fix-gke branch September 2, 2022 07:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release-note-none size/S team: delivery Issue belongs to the self-hosted team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

GCP Single Cluster Terraform not deleting default node pool
3 participants