k3d node create <Node Name>
Create a new node
Arguments
Name | Description |
---|---|
Node Name | Name of the node |
Options
Name | Description |
---|---|
-c, --cluster <cluster> | Cluster URL or k3d cluster name to connect to. (default "k3s-default") |
-i, --image <image> | Node image to use |
--k3s-arg <k3s-arg> | Additional k3s arguments |
--k3s-node-label <k3s-node-label> | Specify k3s node labels in format |
--memory <memory> | Memory limit for the node container |
-n, --network <network> | Add node to (another) runtime network |
--replicas <replicas> | Number of replicas to create |
--role <role> | Node role |
--runtime-label <runtime-label> | Specify runtime labels in format |
--timeout <timeout> | Maximum waiting time for '--wait' before canceling/returning |
-t, --token <token> | Override cluster token |
--wait | Wait for the node(s) to be ready before returning |