Unverified Commit 37b0abac authored by Erik Wilson's avatar Erik Wilson Committed by GitHub

Merge pull request #1063 from erikwilson/agent-with-node-id

Add the --with-node-id flag to agent
parents ea69b454 d4151b77
...@@ -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