From 749363c3d3f8e2fd6aa0c983814802259fe340df Mon Sep 17 00:00:00 2001 From: Obliviour Date: Mon, 4 Dec 2023 19:24:10 +0000 Subject: [PATCH] more readme details --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 888db819..2ae5660b 100644 --- a/README.md +++ b/README.md @@ -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. @@ -391,7 +399,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