diff --git a/cmd/minikube/cmd/start.go b/cmd/minikube/cmd/start.go index 911427b19e13..22e70021897c 100644 --- a/cmd/minikube/cmd/start.go +++ b/cmd/minikube/cmd/start.go @@ -1245,7 +1245,7 @@ func validateFlags(cmd *cobra.Command, drvName string) { validateInsecureRegistry() } -// This function validates that the --ports are not below 1024 for the host and not outside range +// validatePorts validates that the --ports are not below 1024 for the host and not outside range func validatePorts(ports []string) error { _, portBindingsMap, err := nat.ParsePortSpecs(ports) if err != nil {