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

Add the --with-node-id flag to agent
This commit is contained in:
Erik Wilson 2019-11-13 17:27:03 -07:00 committed by GitHub
commit 37b0abac32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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,