Skip to content

Sometime cannot create Minikube cluster with Error downloading kic artifacts #28

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

Open
odockal opened this issue Jan 25, 2024 · 2 comments
Labels
documentation Improvements or additions to documentation kind/bug 🐞 Something isn't working

Comments

@odockal
Copy link

odockal commented Jan 25, 2024

This is a placeholder for an issue filled in kubernetes/minikube repo.

Old reproducer:
I would like to add steps to reproduce here:
I managed to reproduce an issue with PD 1.7.0 with installed minikube extension (0.3.0-next) and with podman machine that got --rootful and --user-mode-networking flags.

New reproducer:
Pure instability. If this error appears when creating minikube cluster via PD:

Error: Failed to create minikube cluster. E0125 05:58:08.614734 408 cache.go:189] Error downloading kic artifacts: not yet implemented, see issue https://github.com/kubernetes/minikube/issues/8426 ! StartHost failed, but will try again: driver start: start: podman start minikube: exit status 125 stdout: stderr: Error: no container with name or ID "minikube" found: no such container * Failed to start podman container. Running "minikube delete" may fix it: driver start: start: podman start minikube: exit status 125 stdout: stderr: Error: no container with name or ID "minikube" found: no such container X Exiting due to GUEST_PROVISION: error provisioning guest: Failed to start host: driver start: start: podman start minikube: exit status 125 stdout: stderr: Error: no container with name or ID "minikube" found: no such container * ╭─────────────────────────────────────────────────────────────────────────────────────────────╮ │ │ │ * If the above advice does not help, please let us know: │ │ https://github.com/kubernetes/minikube/issues/new/choose │ │ │ │ * Please run minikube logs --file=logs.txt and attach logs.txt to the GitHub issue. │ │ │ ╰─────────────────────────────────────────────────────────────────────────────────────────────╯

then one is not able to create cluster via PD anymore.
Possible helper in this situation can be:
go to cli:

minikube delete

Try again in PD.
If did not help, try:

minikube delete
minikube config set rootless true

Start again.

@odockal odockal changed the title Cannot create Minikube cluster on Podman Machine rootful with --user-mode-netwroking Cannot create Minikube cluster on Podman Machine rootful with --user-mode-networking Mar 13, 2024
@odockal odockal changed the title Cannot create Minikube cluster on Podman Machine rootful with --user-mode-networking Cannot create Minikube cluster on Podman Machine rootful with --user-mode-networking nor on Mac OS Apr 5, 2024
@rostalan
Copy link

Reproduced on fedora 40 with PD 1.10.0 and podman 5.0.1

@odockal odockal added the kind/bug 🐞 Something isn't working label Nov 6, 2024
@odockal odockal changed the title Cannot create Minikube cluster on Podman Machine rootful with --user-mode-networking nor on Mac OS Sometime cannot create Minikube cluster with Error downloading kic artifacts Nov 6, 2024
@odockal odockal added the documentation Improvements or additions to documentation label Mar 20, 2025
@odockal
Copy link
Author

odockal commented Mar 20, 2025

We should document this in our docs. Or at least let's put it into readme.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation kind/bug 🐞 Something isn't working
Projects
Status: No status
Development

No branches or pull requests

2 participants