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

This commit is contained in:
Erik Wilson 2019-11-13 16:13:41 -07:00
parent 670d4b4162
commit d4151b7739

View File

@ -163,6 +163,7 @@ func NewAgentCommand(action func(ctx *cli.Context) error) cli.Command {
Value: "/var/lib/rancher/k3s",
},
NodeNameFlag,
WithNodeIDFlag,
NodeLabels,
NodeTaints,
DockerFlag,