Skip to content

feat: add support for creating clusters by matching package using resources#13

Merged
Davidonium merged 2 commits into
mainfrom
feat/dhernando/find-packages-by-using-resources
Mar 16, 2026
Merged

feat: add support for creating clusters by matching package using resources#13
Davidonium merged 2 commits into
mainfrom
feat/dhernando/find-packages-by-using-resources

Conversation

@Davidonium
Copy link
Copy Markdown
Collaborator

Add multi-AZ and GPU support to cluster package commands

Surfaces two fields from the booking API that were previously not exposed in the CLI.

cluster package list

  • New GPU column showing the GPU resource value (e.g. 1000m), or n/a if the package has no GPU
  • New MULTI-AZ column showing yes/no

cluster create

  • New --gpu flag to select a package by GPU resource (same pattern as --cpu/--ram/--disk)
  • New --multi-az flag to filter packages to multi-AZ only; acts as a narrowing filter alongside at least one resource flag
  • Shell completion for --gpu, aware of other resource flags already set

cluster describe

  • GPU resource allocation (base/reserved/available) is shown in the Resources section when present

@Davidonium Davidonium merged commit 9b3a566 into main Mar 16, 2026
7 checks passed
@Davidonium Davidonium deleted the feat/dhernando/find-packages-by-using-resources branch March 16, 2026 16:36
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

Successfully merging this pull request may close these issues.

1 participant