Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create cluster from several reservations #161

Open
DwarKapex opened this issue Jul 24, 2024 · 1 comment
Open

Create cluster from several reservations #161

DwarKapex opened this issue Jul 24, 2024 · 1 comment
Assignees

Comments

@DwarKapex
Copy link

DwarKapex commented Jul 24, 2024

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

@Obliviour
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants