Skip to content

Commit 6d58627

Browse files
add note to use nightly when using serve on autopilot (#970)
1 parent 540caad commit 6d58627

File tree

1 file changed

+13
-0
lines changed
  • tutorials-and-examples/skypilot/dws-and-kueue

1 file changed

+13
-0
lines changed

tutorials-and-examples/skypilot/dws-and-kueue/README.md

+13
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ pip install -U "skypilot[kubernetes]"
123123
# Verify the installation
124124
sky -v
125125
```
126+
Note: If using Autopilot GKE cluster please install nightly version of skypilot `skypilot-nightly[kubernetes]`
126127

127128
3. Find the context names
128129
```bash
@@ -427,3 +428,15 @@ volumes:
427428
bucketName: MODEL_BUCKET_NAME
428429
mountOptions: "implicit-dirs,uid=1000,gid=1000"
429430
```
431+
5. Denied by autogke-gpu-limitation
432+
433+
When running `sky serve` on Autopilot cluster GKE Warden rejects the pods
434+
435+
```
436+
"kind":"Status","apiVersion":"v1","metadata":{},"status":"Failure","message":"admission webhook \"warden-validating.common-webhooks.networking.gke.io\" denied the request: GKE Warden rejected the request because it violates one or more constraints.\nViolations details: {\"[denied by autogke-gpu-limitation]\":[\"The toleration with key 'nvidia.com/gpu' and operator 'Exists' cannot be specified if the pod does not request to use GPU in Autopilot.\"
437+
```
438+
Update SkyPilot to a nightly release using
439+
```
440+
pip install -U "skypilot-nightly[kubernetes]"
441+
```
442+
[More Details](https://github.com/skypilot-org/skypilot/issues/4542)

0 commit comments

Comments
 (0)