You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datalab.apache.org by my...@apache.org on 2020/10/13 05:35:53 UTC

[incubator-datalab] 01/01: [DLAB-2102]: GKE cluster version updated

This is an automated email from the ASF dual-hosted git repository.

mykolabodnar pushed a commit to branch DATALAB-2102
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git

commit 9429a39fe7af01f535776de3d07912067a14553b
Author: bodnarmykola <bo...@gmail.com>
AuthorDate: Tue Oct 13 08:35:16 2020 +0300

    [DLAB-2102]: GKE cluster version updated
---
 infrastructure-provisioning/terraform/gcp/ssn-gke/main/variables.tf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/infrastructure-provisioning/terraform/gcp/ssn-gke/main/variables.tf b/infrastructure-provisioning/terraform/gcp/ssn-gke/main/variables.tf
index bc56f53..898c799 100644
--- a/infrastructure-provisioning/terraform/gcp/ssn-gke/main/variables.tf
+++ b/infrastructure-provisioning/terraform/gcp/ssn-gke/main/variables.tf
@@ -64,7 +64,7 @@ variable "ssn_k8s_workers_count" {
 }
 
 variable "gke_cluster_version" {
-  default = "1.14.8-gke.12"
+  default = "0.17.2-gke.1"
 }
 
 // Couldn't assign in GCP


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datalab.apache.org
For additional commands, e-mail: commits-help@datalab.apache.org