mirror of https://github.com/k3s-io/k3s
Merge pull request #1063 from erikwilson/agent-with-node-id
Add the --with-node-id flag to agentpull/1065/head
commit
37b0abac32
|
@ -163,6 +163,7 @@ func NewAgentCommand(action func(ctx *cli.Context) error) cli.Command {
|
|||
Value: "/var/lib/rancher/k3s",
|
||||
},
|
||||
NodeNameFlag,
|
||||
WithNodeIDFlag,
|
||||
NodeLabels,
|
||||
NodeTaints,
|
||||
DockerFlag,
|
||||
|
|
Loading…
Reference in New Issue