Skip to content

Commit cbecddd

Browse files
authored
Merge pull request #59 from kbst/fixgkeminversion
Update GKE min_master_version
2 parents 4e008fb + e2708c3 commit cbecddd

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.11.2"
21+
cluster_min_master_version = "1.13.6"
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 = "testing"
2626
base_domain = "infra.serverwolken.de"
27-
cluster_min_master_version = "1.11.8"
27+
cluster_min_master_version = "1.13.6"
2828
cluster_initial_node_count = 1
2929
region = "europe-west1"
3030
cluster_additional_zones = "europe-west1-b,europe-west1-c,europe-west1-d"

0 commit comments

Comments
 (0)