Follow

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Contact

Error configuring minikube with docker driver and custom network

When starting Minikube with the Docker driver on Manjaro (version 24.0.5) using a custom profile and a custom network, I encounter an error related to the network parameter. It seems that the error occurs in the HostIP function found in pkg/minikube/cluster/ip.go. This function only receives the clusterName as an argument and does not reference the network name. As a result, if the network name matches the profile name, there is no error; however, using different names leads to a failure.

I have tried to find suitable solutions but have been unable to fix this error. Any reference links or guidance would be greatly appreciated.

MEDevel.com: Open-source for Healthcare and Education

Collecting and validating open-source software for healthcare, education, enterprise, development, medical imaging, medical records, and digital pathology.

Visit Medevel

>Solution :

To resolve the Minikube error with the Docker driver on Manjaro (version 24.0.5) when using a custom profile and network, try the following steps:

Check Network Configuration: Ensure the custom network is correctly created with docker network ls.

Use Consistent Naming: If possible, keep the profile name and network name the same to avoid errors.

Update Minikube: Ensure you’re on the latest version by running:

minikube update-check
minikube update
Review Logs: Check Minikube logs for specific error messages:

minikube logs

Add a comment

Leave a Reply

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use

Discover more from Dev solutions

Subscribe now to keep reading and get access to the full archive.

Continue reading