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"