Commit d4151b77 authored by Erik Wilson's avatar Erik Wilson

Add the --with-node-id flag to agent

parent 670d4b41
...@@ -163,6 +163,7 @@ func NewAgentCommand(action func(ctx *cli.Context) error) cli.Command { ...@@ -163,6 +163,7 @@ func NewAgentCommand(action func(ctx *cli.Context) error) cli.Command {
Value: "/var/lib/rancher/k3s", Value: "/var/lib/rancher/k3s",
}, },
NodeNameFlag, NodeNameFlag,
WithNodeIDFlag,
NodeLabels, NodeLabels,
NodeTaints, NodeTaints,
DockerFlag, DockerFlag,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment