metal-api icon indicating copy to clipboard operation
metal-api copied to clipboard

Add possibility to suggest size from machine

Open Gerrit91 opened this issue 4 years ago • 0 comments

This helps to either specify more exact sizes or create initial sizes for a new machine type.

$ metalctl size suggest <machine-id>
constraints:
    - max: 8
      min: 8
      type: cores
    - max: 140000000000
      min: 100000000000
      type: memory
    - max: 150000000000000
      min: 100000000000000
      type: storage

Gerrit91 avatar Feb 24 '22 12:02 Gerrit91