diff --git a/cli/create.go b/cli/create.go index 7a5908b..1f8b1cb 100644 --- a/cli/create.go +++ b/cli/create.go @@ -57,6 +57,7 @@ func runCreate(cmd *cobra.Command, args []string) { NetworkName: networkName, ClusterName: clusterName, PortBindings: portsMapping, + ImageName: nodeImageName, } cluster, err := sind.CreateCluster(ctx, clusterParams)