diff --git a/cli/commands.go b/cli/commands.go index 63d10301..7dab824c 100644 --- a/cli/commands.go +++ b/cli/commands.go @@ -477,6 +477,7 @@ func AddNode(c *cli.Context) error { * --image, -i * The k3s image used for the k3d node containers */ + // TODO: use the currently running image by default image := c.String("image") // if no registry was provided, use the default docker.io if len(strings.Split(image, "/")) <= 2 {