Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
romilbhardwaj committed Sep 16, 2023
1 parent 7039b04 commit 2d65262
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/kubernetes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,14 +82,14 @@ sky local up
```bash
kubectl get jobs -n kube-system
```
Note that some jobs may be in pending state if your cluster contains CPU nodes. To clean up these jobs after you're done, run:
```bash
python -m sky.utils.kubernetes.gpu_labeler --cleanup
```
After the jobs are done, you can verify the GPU labels are setup correctly by looking for `skypilot.co/accelerator` label in the output of:
```bash
kubectl describe nodes
```
In case something goes wrong, you can clean up these jobs by running:
```bash
python -m sky.utils.kubernetes.gpu_labeler --cleanup
```
5. Run `sky check`.
```bash
sky check
Expand Down

0 comments on commit 2d65262

Please sign in to comment.