provision_node
Provision a single node for a K3s cluster by specifying node ID and role (master or worker). For workers, provide join token and SSH config to join the cluster.
Instructions
Provision K3s on a single node
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| role | Yes | Node role (master or worker) | |
| node_id | Yes | Node ID | |
| join_token | No | Cluster join token (required for worker nodes) | |
| ssh_config | No | SSH configuration |