You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
I wonder if
xpk
supports a cluster creation from several reservations. If not, do you have any plans to add this feature?The text was updated successfully, but these errors were encountered: