xpk icon indicating copy to clipboard operation
xpk copied to clipboard

Create cluster from several reservations

Open DwarKapex opened this issue 1 year ago • 2 comments

I wonder if xpk supports a cluster creation from several reservations. If not, do you have any plans to add this feature?

DwarKapex avatar Jul 24 '24 20:07 DwarKapex

Hi @DwarKapex, great question, we don't have a way of supporting this currently.

It might be somewhat supported by iteratively calling the below. But the $DEV type must be the same. I am curious if you see cases where you have multiple reservations within the same zone of capacity?

# create three device type $DEV nps with reservation A
xpk cluster create --reservation=A --num-slices=3 --device-type=$DEV
# create another 2 device type $DEV nps with reservation B
xpk cluster create --reservation=B --num-slices=5 --device-type=$DEV

Obliviour avatar Aug 02 '24 00:08 Obliviour

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days.

github-actions[bot] avatar Oct 31 '25 02:10 github-actions[bot]