> For the complete documentation index, see [llms.txt](https://docs.platform9.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.platform9.com/managed-kubernetes/5.14/clusters/nodes/attach-node-to-cluster.md).

# Attach Node To Cluster

Nodes must be attached and authorized to Platform9 using either the [Platform9 CLI](https://github.com/platform9/pcd-docs-gitbook/blob/main/other-docs/pmk/5.14/nodes/learn/platform9-cli/README.md) or through downloading and installing the Platform9 HostAgent manually.

Once a node is attached and authorized nodes may be attached to a Kubernetes cluster.

### Attach Node(s) from Clusters tab

Follow the steps given below to attach a node to a cluster.

1. Navigate to Infrastructure > Clusters.
2. Select the cluster to which you wish to attach a node.
3. Click `Scale Masters` or `Scale Workers` (seen above the list of clusters).
4. Select `Add` .
5. Confirm the change and the nodes will be attached.

{% hint style="success" %}
**Success**

The node(s) is/are successfully attached to the selected cluster.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.platform9.com/managed-kubernetes/5.14/clusters/nodes/attach-node-to-cluster.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
