IBM Support

Adding labels to new Compute nodes within DSXL

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

[{"Business Unit":{"code":"BU059","label":"IBM Software w\/o TPS"},"Product":{"code":"SSKKD2","label":"IBM Data Science Experience Local"},"Component":"","Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"All Versions","Edition":"","Line of Business":{"code":"LOB10","label":"Data and AI"}}]

Document Information

Modified date:
07 December 2018

UID

ibm10745255