xpk
xpk copied to clipboard
Create cluster from several reservations
I wonder if xpk supports a cluster creation from several reservations. If not, do you have any plans to add this feature?
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
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.