Skip to content

Commit

Permalink
Update GKE min_master_version
Browse files Browse the repository at this point in the history
  • Loading branch information
pst committed Jun 13, 2019
1 parent 4e008fb commit e2708c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion quickstart/src/configurations/gke/config.auto.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ clusters = {
base_domain = ""

# Initial desired K8s version, will be upgraded automatically
cluster_min_master_version = "1.11.2"
cluster_min_master_version = "1.13.6"

# Initial number of desired nodes per zone
cluster_initial_node_count = 1
Expand Down
2 changes: 1 addition & 1 deletion tests/config.auto.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ clusters = {
project_id = "terraform-kubestack-testing"
name_prefix = "testing"
base_domain = "infra.serverwolken.de"
cluster_min_master_version = "1.11.8"
cluster_min_master_version = "1.13.6"
cluster_initial_node_count = 1
region = "europe-west1"
cluster_additional_zones = "europe-west1-b,europe-west1-c,europe-west1-d"
Expand Down

0 comments on commit e2708c3

Please sign in to comment.