mirror of https://github.com/k3s-io/k3s
Add the --with-node-id flag to agent
parent
670d4b4162
commit
d4151b7739
|
@ -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