Skip to content

Commit

Permalink
fix: remove gke cluster version
Browse files Browse the repository at this point in the history
Change-Id: I7991fa3ae75e88fe88436e612c2e09297c02d360
  • Loading branch information
Gen Lu committed Sep 16, 2024
1 parent 9ff340f commit 3500bb3
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
3 changes: 0 additions & 3 deletions applications/rag/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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]
}

Expand Down
3 changes: 0 additions & 3 deletions applications/ray/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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]
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 3500bb3

Please sign in to comment.