From 29204d18a5c4f8be82a4b5e0a44e6e40efc19298 Mon Sep 17 00:00:00 2001 From: misakwa Date: Mon, 5 Aug 2019 21:14:43 -0500 Subject: [PATCH] Address review comment --- cli/commands.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/commands.go b/cli/commands.go index a0973462..0b2556b6 100644 --- a/cli/commands.go +++ b/cli/commands.go @@ -105,7 +105,7 @@ func CreateCluster(c *cli.Context) error { return err } - k3AgentArgs := make([]string, 0) + k3AgentArgs := []string{} k3sServerArgs := []string{"--https-listen-port", apiPort.Port} // When the 'host' is not provided by --api-port, try to fill it using Docker Machine's IP address.