Netcracker/KubeMarine

Run tasks by node attributes specific parameters

alexarefev opened this issue · 0 comments

It's nice to have the functionality that allows to run tasks on particular nodes and nodes should be specified not by name but by their attributes eg. labels, roles. The following YAML describes the upgrade procedure:

upgrade_plan:
  - v1.26.3
upgrade_nodes:
  labels: {region: infra}

The CLI usage:
kubemarine install --tasks="prepare.package_manager" --nodes="labels='region=infra'"