kinvolk / racker

rack provisioning utility for Kinvolk projects
Apache License 2.0
14 stars 3 forks source link

Automate storage nodes selection #54

Closed ipochi closed 3 years ago

ipochi commented 3 years ago

Automates the storage selection based on the information provided in the wizard

? Select the storage provider for running workloads on Lokomotive?  [Use arrows to move, type to filter, ? for more help]
  None
  OpenEBS
> Rook

? Choose a node type for storage nodes.  [Use arrows to move, type to filter, ? for more help]
> red
   bigred
   purple

? Number of machines of selected type to use as storage nodes. [? for help] (all) 5
pothos commented 3 years ago

I added suggestions for more robustness checks but it would be nice to also check the preconditions before running the wizard so that the user is not offered to enter values that we know don't work out. In case you want to add this check in installer/racker, you can also do it in a follow up PR.

ipochi commented 3 years ago

@pothos added node color as part of the labels in he kubelet as well.