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

fix: anchored gke version to 1.24 form latest #90

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mrinalwahal
Copy link
Contributor

Fixes default GKE version to 1.24 instead of the latest tag.

@@ -127,7 +127,7 @@ variable "horizontal_pod_autoscaling" {
variable "kubernetes_version" {
type = string
description = "The Kubernetes version of the masters."
default = "latest"
default = "1.24"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is working syntax @mrinalwahal

@suryaoruganti
Copy link
Contributor

suryaoruganti commented Mar 16, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants