We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d9fd63 commit 7f11581Copy full SHA for 7f11581
quickstart/src/configurations/gke/config.auto.tfvars
@@ -18,7 +18,7 @@ clusters = {
18
base_domain = ""
19
20
# Initial desired K8s version, will be upgraded automatically
21
- cluster_min_master_version = "1.13.6"
+ cluster_min_master_version = "1.15"
22
23
# Initial number of desired nodes per zone
24
cluster_initial_node_count = 1
tests/config.auto.tfvars
@@ -24,7 +24,7 @@ clusters = {
project_id = "terraform-kubestack-testing"
25
name_prefix = "kbstacctest"
26
base_domain = "infra.serverwolken.de"
27
- cluster_min_master_version = "1.13"
28
cluster_min_node_count = 1
29
cluster_max_node_count = 1
30
region = "europe-west1"
0 commit comments