Skip to content

Commit

Permalink
Remove compute-class nodeSelector to make samples compatible with GKE…
Browse files Browse the repository at this point in the history
… standard (GoogleCloudPlatform#1570)

Signed-off-by: ryanaoleary <[email protected]>
  • Loading branch information
ryanaoleary authored Jan 2, 2025
1 parent 8679a02 commit 7b98ba8
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 2 deletions.
Binary file not shown.
1 change: 0 additions & 1 deletion ai-ml/gke-ray/rayserve/stable-diffusion/ray-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ spec:
ephemeral-storage: "15Gi"
memory: "8Gi"
nodeSelector:
cloud.google.com/compute-class: Performance
cloud.google.com/machine-family: c3d
workerGroupSpecs:
- replicas: 1
Expand Down
1 change: 0 additions & 1 deletion ai-ml/gke-ray/rayserve/stable-diffusion/ray-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ spec:
ephemeral-storage: "15Gi"
memory: "8Gi"
nodeSelector:
cloud.google.com/compute-class: Performance
cloud.google.com/machine-family: c3d
workerGroupSpecs:
- replicas: 1
Expand Down

0 comments on commit 7b98ba8

Please sign in to comment.