diff --git a/README.md b/README.md index d833dee3b..5db989a64 100644 --- a/README.md +++ b/README.md @@ -246,6 +246,14 @@ all zones. --num-slices=4 --flex ``` +* Cluster Create with CPU and/or memory quota: + ```shell + xpk cluster create \ + --cluster xpk-test --tpu-type=v5litepod-16 \ + --cpu-limit=112 --memory-limit=192Gi \ + --on-demand + ``` + * Cluster Create for Pathways: Pathways compatible cluster can be created using `cluster create-pathways`. ```shell