ae-admin
role.
JOIN-TOKEN
= The join token that you obtained in Step 3.
NODE-IP
= The IP address of the worker node. This can be a private IP address, as long as the network it’s on can access the AE master.
NODE-ROLE
= The type of node you’re adding: ae-worker
, gpu-worker
, or k8s-master
.
CLOUD-PROVIDER
= This is auto-detected, and can therefore be excluded unless you don’t have Internet access. In this case, use generic
.
MASTER-IP-ADDR
= The IP address of the AE master that you obtained in Step 3.
--role
flag must be provided and assigned to either ae-worker
, gpu-worker
or k8s-master
. Without it the node will be added with the role ae-master
and may cause your cluster to crash.gravity status
command on the AE master.
expanding
and the status of the new node being added is offline
. When the node has successfully joined, the cluster returns to an active
state, and the status of the new node changes to healthy
: