K3d node create

k3d node create

Create a new k3s node in docker

Synopsis

Create a new containerized k3s node (k3s in docker).

  1. k3d node create NAME [flags]

Options

  1. -c, --cluster string Cluster URL or k3d cluster name to connect to. (default "k3s-default")
  2. -h, --help help for create
  3. -i, --image string Specify k3s image used for the node(s) (default: copied from existing node)
  4. --k3s-arg stringArray Additional args passed to k3d command
  5. --k3s-node-label strings Specify k3s node labels in format "foo=bar"
  6. --memory string Memory limit imposed on the node [From docker]
  7. -n, --network strings Add node to (another) runtime network
  8. --replicas int Number of replicas of this node specification. (default 1)
  9. --role string Specify node role [server, agent] (default "agent")
  10. --runtime-label strings Specify container runtime labels in format "foo=bar"
  11. --timeout duration Maximum waiting time for '--wait' before canceling/returning.
  12. -t, --token string Override cluster token (required when connecting to an external cluster)
  13. --wait Wait for the node(s) to be ready before returning. (default true)

Options inherited from parent commands

  1. --timestamps Enable Log timestamps
  2. --trace Enable super verbose output (trace logging)
  3. --verbose Enable verbose output (debug logging)

SEE ALSO


Last update: March 26, 2022