Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

--no-kubernetes message Need to check for the runtime being docker, so needs a parameter with the current setting #12857

Closed
medyagh opened this issue Nov 3, 2021 · 2 comments · Fixed by #12933
Assignees

Comments

@medyagh
Copy link
Member

medyagh commented Nov 3, 2021

Need to check for the runtime being docker, so needs a parameter with the current setting

Originally posted by @afbjorklund in #12848 (comment)

@klaases
Copy link
Contributor

klaases commented Nov 3, 2021

/assign

@medyagh
Copy link
Member Author

medyagh commented Nov 8, 2021

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.    │

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants