You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
master ✓
$ ./out/minikube start --no-kubernetes
😄 minikube v1.24.0 on Darwin 11.6 (arm64)
✨ Using the docker driver based on existing profile
👍 Starting minikube without Kubernetes minikube in cluster minikube
🚜 Pulling base image ...
🏃 Updating the running docker "minikube" container ...
🏄 Done! minikube is ready without Kubernetes!
╭───────────────────────────────────────────────────────────────────────────────────────╮
│ │
│ 💡 Things to try without Kubernetes ... │
│ │
│ - "minikube ssh" to SSH into minikube's node. │
│ - "minikube docker-env" to point your docker-cli to the docker inside minikube. │
│ - "minikube image" to build images without docker. │
│ │
╰───────────────────────────────────────────────────────────────────────────────────────╯
if the container runtime is docker (default) the current text is okay
if container runtime is "containerd" then the second line should be deleted (about docker-env)
if container runtime is CRIO then second like should be chaned to
- "minikube podman-env" to point your podman-cli to the podman inside minikube. │
Need to check for the runtime being docker, so needs a parameter with the current setting
Originally posted by @afbjorklund in #12848 (comment)
The text was updated successfully, but these errors were encountered: