minikube/cmd
csiepka ae450f6c7b
Correct typo in start_flags.go
Steps to reproduce the issue:
minikube start --memory=2G

Current Output (truncated):
smile minikube v1.14.1 on Linuxmint 19.3
sparkles Using the docker driver based on existing profile
exclamation You cannot change the memory size for an exiting minikube cluster. Please first delete the cluster.

Correction:
"exiting" to "existing" in output:

Expected output:
exclamation You cannot change the memory size for an existing minikube cluster. Please first delete the cluster.
2021-04-26 11:59:17 -07:00
..
auto-pause Make golint clean again by adding comments 2021-04-20 08:23:26 +02:00
drivers Fix build constraints 2021-02-10 16:15:28 -08:00
extract moving checks to their relevant stops so unit tests work 2019-07-15 13:38:12 -07:00
gvisor Enable gvisor addon in minikube (#3399) 2018-12-07 15:27:22 -08:00
minikube Correct typo in start_flags.go 2021-04-26 11:59:17 -07:00
performance Add README for mkcmp 2021-02-26 13:00:19 -08:00
storage-provisioner Switching from glob library to klog library. 2020-09-29 15:49:41 -07:00