How I can start minikube

Ubuntu 20.04.3 LTS on AWS cloud

Command 'start' not found, did you mean: command 'stars' from snap stars (2.7jrc3) command 'startx' from deb xinit (1.4.1-0ubuntu2) command 'stat' from deb coreutils (8.30-3ubuntu2) command 'rstart' from deb x11-session-utils (7.7+4) command 'tart' from deb tart (3.10-1build1)
See 'snap info <snapname>' for additional versions.
1

1 Answer

You must prefix all minikube commands with the word minikube, i.e. use minikube start. Check the documentation (as stated in the @changanauto comment).

2

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like