Skip to content

Commit 7b98ba8

Browse files
authored
Remove compute-class nodeSelector to make samples compatible with GKE standard (GoogleCloudPlatform#1570)
Signed-off-by: ryanaoleary <ryanaoleary@google.com>
1 parent 8679a02 commit 7b98ba8

File tree

3 files changed

+0
-2
lines changed

3 files changed

+0
-2
lines changed
Binary file not shown.

ai-ml/gke-ray/rayserve/stable-diffusion/ray-cluster.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ spec:
4747
ephemeral-storage: "15Gi"
4848
memory: "8Gi"
4949
nodeSelector:
50-
cloud.google.com/compute-class: Performance
5150
cloud.google.com/machine-family: c3d
5251
workerGroupSpecs:
5352
- replicas: 1

ai-ml/gke-ray/rayserve/stable-diffusion/ray-service.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ spec:
5454
ephemeral-storage: "15Gi"
5555
memory: "8Gi"
5656
nodeSelector:
57-
cloud.google.com/compute-class: Performance
5857
cloud.google.com/machine-family: c3d
5958
workerGroupSpecs:
6059
- replicas: 1

0 commit comments

Comments
 (0)