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

Add the --with-node-id flag to agent
pull/1065/head
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
1 changed files with 1 additions and 0 deletions

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,