Skip to content

Commit 7f11581

Browse files
committed
Bump GKE min_master_version, lock major and minor only
1 parent 4d9fd63 commit 7f11581

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

quickstart/src/configurations/gke/config.auto.tfvars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ clusters = {
1818
base_domain = ""
1919

2020
# Initial desired K8s version, will be upgraded automatically
21-
cluster_min_master_version = "1.13.6"
21+
cluster_min_master_version = "1.15"
2222

2323
# Initial number of desired nodes per zone
2424
cluster_initial_node_count = 1

tests/config.auto.tfvars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ clusters = {
2424
project_id = "terraform-kubestack-testing"
2525
name_prefix = "kbstacctest"
2626
base_domain = "infra.serverwolken.de"
27-
cluster_min_master_version = "1.13"
27+
cluster_min_master_version = "1.15"
2828
cluster_min_node_count = 1
2929
cluster_max_node_count = 1
3030
region = "europe-west1"

0 commit comments

Comments
 (0)