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

Minikube does not start after executing CRC start script #7341

Closed
ferhoyos opened this issue May 7, 2024 · 0 comments Β· Fixed by #7343
Closed

Minikube does not start after executing CRC start script #7341

ferhoyos opened this issue May 7, 2024 · 0 comments Β· Fixed by #7343
Assignees
Labels
bug Something isn't working

Comments

@ferhoyos
Copy link
Contributor

ferhoyos commented May 7, 2024

Describe the bug

According to this PR (#7316), you must stop/disable the systemd-resolved service to run CRC with OCP 4.15. The issue is that minikube cannot start after executing that command:

πŸ˜„ minikube v1.32.0 on Fedora 39
✨ Using the kvm2 driver based on existing profile
πŸ‘ Starting control plane node minikube in cluster minikube
πŸ”„ Restarting existing kvm2 VM for "minikube" ...
:face_palm: StartHost failed, but will try again: driver start: ensuring active networks: starting network default: virError(Code=1, Domain=0, Message='internal error: Network is already in use by interface virbr0')
πŸ”„ Restarting existing kvm2 VM for "minikube" ...
😿 Failed to start kvm2 VM. Running "minikube delete" may fix it: driver start: ensuring active networks: starting network default: virError(Code=1, Domain=0, Message='internal error: Network is already in use by interface virbr0')
❌ Exiting due to GUEST_PROVISION: error provisioning guest: Failed to start host: driver start: ensuring active networks: starting network default: virError(Code=1, Domain=0, Message='internal error: Network is already in use by interface virbr0')

If you enable the systemd-resolved again and reboot your machine, minikube is able to start without any issue

Expected Behavior

I think it is better to revert that PR partially and come back to OCP 4.14 until CRC fixes the systemd-resolved issue (crc-org/crc#4143)

What are the steps to reproduce this bug?

  1. Stop/disable the systemd-resolved service
  2. Start minikube cluster
@ferhoyos ferhoyos added the bug Something isn't working label May 7, 2024
@ferhoyos ferhoyos self-assigned this May 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Development

Successfully merging a pull request may close this issue.

1 participant