Add, Register, and Deploy a Cluster
After creating a cluster, it has to be registered by installing the NavOps CLI and agent. You can add node configurations containing custom resources and scripts and deploy the cluster.
Add a Cluster
- In NavOps, click Clusters to open the Clusters page.
- Click Add Cluster.
- Enter a name for the cluster.
- For Type, select the workload manager.
- Add a description for the cluster.
-
Click Save.
The new cluster is added and displayed in the list of clusters.
Register and Deploy a Cluster
- Click the name of the cluster to open the overview page.
- To install the CLI, select the target architecture.
-
On the head node of the cluster run the displayed commands to:
- Download the CLI binary.
- Make it executable.
- Add to the path.
-
To register the head node, select it and run the displayed commands
to:
- Export the NAVOPS_URL environment variable.
- Log in.
- Install agent using a node configuration. A default node configuration is added when a cluster is created. You can also add custom node configurations with resources and scripts.
- Run the agent setup script.
- Start the navops-agent service.
- Click Deploy the cluster.