Minikube - Troubleshooting "X Exiting due to GUEST_MISSING_CONNTRACK: Sorry, Kubernetes 1.20.0 requires conntrack to be installed in root's path"


If like me during the deployment of Minikube in a Virtual Machine  you encounter this issue:

"X Exiting due to GUEST_MISSING_CONNTRACK: Sorry, Kubernetes 1.20.0 requires conntrack to be installed in root's path"



The solution to solve this problem is to run the command:

apt install conntrack



So now you are ready to use your Minikube for testing purposes. 

Details of deployment:
  • Virtual Machine in FreeNAS (2 CPU and 4GB ram)
  • Ubuntu Server 20.04.01
  • Docker
  • Minikube








Comments

Leave as a comment:

Archive