Skip to content

Commit b2dbecd

Browse files
Master and node version default to latest
This is as opposed to letting GKE figure out the latest patch suffix. This strategy does not work for specifying node version - only masters. An explicit patch suffix is required for node version. Latest "...specifies the highest supported Kubernetes version currently available on GKE in the cluster's zone or region".
1 parent 5e9bf0f commit b2dbecd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ variable "subnetwork" {
5757

5858
variable "kubernetes_version" {
5959
description = "The Kubernetes version of the masters. If set to 'latest' it will pull latest available version in the selected region."
60-
default = "1.10.6"
60+
default = "latest"
6161
}
6262

6363
variable "node_version" {

0 commit comments

Comments
 (0)