You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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:The CLI usage:
kubemarine install --tasks="prepare.package_manager" --nodes="labels='region=infra'"
The text was updated successfully, but these errors were encountered: