Cli Attach Node

The attach-node CLI command binds a specified node or nodes to an existing cluster as either a Master or Worker node.

Syntax Example

pf9ctl attach-node

All Available Commands and Flags

#pf9ctl attach-node --help

Attach nodes to existing cluster. One a time, multiple workers but only one master can be attached

Usage:
  pf9ctl attach-node [flags] cluster-name

Flags:
  -h, --help                help for attach-node
  -m, --master-ip strings   master node ip address
  -w, --worker-ip strings   worker node ip address

Global Flags:
      --verbose   print verbose logs
triangle-exclamation

Command Example

Last updated

Was this helpful?