node Name Mode
Parameters
value
Each node name consists of a prefix, its private network IP, and a suffix, separated by commas. The input format is customized,,ip,
.
The prefix and suffix can be composed of one or more parts separated by '.', each part can use lowercase letters, numbers and '-', and the beginning and end of the node name must be lowercase letters and numbers.
The node IP address is the complete private IP address of the node.
For example, if the string
customized,aliyun,ip,com
is passed in (where 'customized' and 'ip' are fixed strings, 'aliyun' is the prefix, and 'com' is the suffix), the name of the node isaliyun192.168.xxx.xxxcom
.