Skip to main content

How do I remove an existing machine from a VMS Gateway cluster?

In the event that you need to remove an existing machine (node) from your VMS Gateway cluster, the recommended process is as follows:

  1. Log in to your primary VMS Gateway machine.

  2. List the nodes and identify the name of the node you wish to remove:
    sudo /opt/vms-gateway/bin/kubectl get nodes

  3. Remove the node:
    sudo /opt/vms-gateway/bin/kubectl delete node <node name>

  4. You should then see an option to delete the node on your VMS Gateway's web interface (accessed via your primary machine).

Did this answer your question?