[Solved] GUEST MISSING CONNTRACK Kubernetes 1.22.3 requires conntrack to be installed in root’s path

Error:- navdeepd2@test:~$ sudo minikube start –driver=none 😄 minikube v1.24.0 on Ubuntu 20.04 ✨ Using the none driver based on user configuration ❌ Exiting due to GUEST_MISSING_CONNTRACK: Sorry, Kubernetes 1.22.3 requires conntrack to be installed in root’s path Solution:- navdeepd2@test:~$ sudo apt-get install -y conntrack Reading package lists… Done Building dependency tree Reading state information… Done The following packages were automatically installed and are no longer required: libfprint-2-tod1 libllvm10 Use ‘sudo…