Skip to content

Commit 3ca9359

Browse files
authored
Add an example of Cluster Create with CPU and memory limit to README (#824)
1 parent 2aa1fb0 commit 3ca9359

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,14 @@ all zones.
246246
--num-slices=4 --flex
247247
```
248248

249+
* Cluster Create with CPU and/or memory quota:
250+
```shell
251+
xpk cluster create \
252+
--cluster xpk-test --tpu-type=v5litepod-16 \
253+
--cpu-limit=112 --memory-limit=192Gi \
254+
--on-demand
255+
```
256+
249257
* Cluster Create for Pathways:
250258
Pathways compatible cluster can be created using `cluster create-pathways`.
251259
```shell

0 commit comments

Comments
 (0)