How To
Summary
New Compute nodes were added to an existing 9 node DSXL cluster following the information at: https://content-dsxlocal.mybluemix.net/docs/content/local/replacenodes.html#replace-a-compute-node-by-command-line , but they were not showing up in the gui nor were they available for notebooks. What needs to be done to add labels to the nodes.
Objective
New Compute nodes were added to an existing 9 node DSXL cluster following the information at: https://content-dsxlocal.mybluemix.net/docs/content/local/replacenodes… , but they were not showing up in the gui nor were they available for notebooks.? What needs to be done to add labels to the nodes.
?
Environment
RHEL 7 DSXL 9 node installation
Steps
The commands that need to be run on the nodes to add the labels are:
$ kubectl label nodes [nodeName] is_compute=true
$ kubectl label nodes [nodeName] is_control=false
$ kubectl label nodes [nodeName] is_storage=false
$ kubectl label nodes [nodeName] nodetype=compute
Was this topic helpful?
Document Information
Modified date:
07 December 2018
UID
ibm10745255