Skip to content

Commit

Permalink
more readme details
Browse files Browse the repository at this point in the history
  • Loading branch information
Obliviour committed Dec 4, 2023
1 parent c952b3a commit 7f2e714
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,14 @@ all zones.
--num-slices=4 --on-demand
```

* Cluster Create (provision spot / preemptable capacity):

```shell
python3 xpk.py cluster create \
--cluster xpk-test --tpu-type=v5litepod-16 \
--num-slices=4 --spot
```

* Cluster Create can be called again with the same `--cluster name` to modify
the number of slices or retry failed steps.

Expand Down Expand Up @@ -383,7 +391,7 @@ python3 xpk.py cluster create --cluster-cpu-machine-type=CPU_TYPE ...
## Reservation Troubleshooting:
### How to determine your reservation and current utilization:
### How to determine your reservation and its size / utilization:
```shell
PROJECT_ID=my-project
Expand Down

0 comments on commit 7f2e714

Please sign in to comment.