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
Motivation
----------
CollectLogs and getController previously used Nodes[0] to select a
cluster node (a.k.a. node manager), but the nodes list includes all
containers (load balance, rebalanced-out nodes, etc.). If a
non-provisioned node was the first node, a GET /pools/default would return
a 404 "unknown pool". Adding a helper function to ensure the selected
cluster node is viable removes this undesired behavior.
Changes
-------
* Added getNodeManager helper func to Deployer
* Updated getController() to use new helper func
* Update CollectLogs() func to use new helper func
0 commit comments