mirror of
https://github.com/k3s-io/k3s.git
synced 2024-06-07 19:41:36 +00:00
Merge pull request #1063 from erikwilson/agent-with-node-id
Add the --with-node-id flag to agent
This commit is contained in:
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
Block a user