Address review comment

This commit is contained in:
misakwa 2019-08-05 21:14:43 -05:00
parent 4e52afd578
commit 29204d18a5

View File

@ -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.