Skip to content

Assigning Machines

Prerequisites

  • To assign Machines to Machine Pools, they must first be registered to meltcloud.

  • Machines which are provisioned with a Enrollment Image will be registered automatically to your organization and remain in status ready_unassigned.

Assign

  1. Go to Machinesyour machine. Click on the Edit action.

  2. Provide a hostname if desired and select the right Machine Pool.

    WARNING

    Remember to verify if machine configurations set in the Machine Pool (e.g. network profile) match with the profile of your Machine.

  3. Click Preview to review the changes. The revision can be rolled out separately later.

  4. Click Roll out to carry out the change immediately. The change will initiate new lifecycle operation and include a reboot on the Machine. The operation progress is made available in the operation log from the Machine.

  5. Verify the Machine joined the cluster:

    shell
    kubectl get nodes
    NAME                                   STATUS     ROLES    AGE     VERSION
    8ac28570-3e65-0000-0000-000000000000   NotReady   <none>   5m14s   v1.30.2

    Remember that the node will become only Ready once a CNI has been installed and configured.