From 3500bb3133dad51f2821d52b435f0e2ad9f8ad2b Mon Sep 17 00:00:00 2001 From: Gen Lu Date: Mon, 16 Sep 2024 18:12:46 +0000 Subject: [PATCH] fix: remove gke cluster version Change-Id: I7991fa3ae75e88fe88436e612c2e09297c02d360 --- applications/rag/main.tf | 3 --- applications/ray/main.tf | 3 --- .../tfvars_tests/standard-gke-public.platform.tfvars | 3 --- 3 files changed, 9 deletions(-) diff --git a/applications/rag/main.tf b/applications/rag/main.tf index 90c3c44e5..24d140ad2 100644 --- a/applications/rag/main.tf +++ b/applications/rag/main.tf @@ -79,9 +79,6 @@ module "infra" { enable_gpu = true gpu_pools = var.gpu_pools ray_addon_enabled = true - # TODO(genlu): remove channel and k8s_version after ray addon is in REGULAR channel - release_channel = "RAPID" - kubernetes_version = "1.30.3-gke.1969000" depends_on = [module.project-services] } diff --git a/applications/ray/main.tf b/applications/ray/main.tf index 585490caf..438c9578b 100644 --- a/applications/ray/main.tf +++ b/applications/ray/main.tf @@ -74,9 +74,6 @@ module "infra" { enable_gpu = var.enable_gpu gpu_pools = var.gpu_pools ray_addon_enabled = true - # TODO(genlu): remove channel and k8s_version after ray addon is in REGULAR channel - release_channel = "RAPID" - kubernetes_version = "1.30.3-gke.1969000" depends_on = [module.project-services] } diff --git a/infrastructure/tfvars_tests/standard-gke-public.platform.tfvars b/infrastructure/tfvars_tests/standard-gke-public.platform.tfvars index 999e5b44c..0d92ab7bd 100644 --- a/infrastructure/tfvars_tests/standard-gke-public.platform.tfvars +++ b/infrastructure/tfvars_tests/standard-gke-public.platform.tfvars @@ -37,9 +37,6 @@ cluster_name = "test-cluster" cluster_location = "us-east4" gcs_fuse_csi_driver = true ray_addon_enabled = true -# TODO(genlu): remove release_channel and kubernetes_version after 1.30.3-gke.1969000 is in REGULAR channel -release_channel = "RAPID" -kubernetes_version = "1.30.3-gke.1969000" cpu_pools = [{ name = "cpu-pool"