Skip to content

Commit

Permalink
update warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Priya Wadhwa committed Dec 23, 2020
1 parent 322efcb commit e210a72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/minikube/cmd/start_flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ func generateClusterConfig(cmd *cobra.Command, existing *config.ClusterConfig, k
}

if !driver.IsKIC(drvName) && viper.GetString(network) != "" {
out.WarningT("--network flag is only valid with the docker driver, it will be ignored")
out.WarningT("--network flag is only valid with the docker/podman drivers, it will be ignored")
}

cc = config.ClusterConfig{
Expand Down

0 comments on commit e210a72

Please sign in to comment.