From 80f5aa7d585e9345a605a0616b99b67d1c00c7da Mon Sep 17 00:00:00 2001 From: iwilltry42 Date: Thu, 26 Sep 2019 08:40:16 +0200 Subject: [PATCH] add todo --- cli/commands.go | 1 + 1 file changed, 1 insertion(+) 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 {