-
Notifications
You must be signed in to change notification settings - Fork 27
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
Sorry, Kubernetes v1.18.2 requires conntrack to be installed in root's path #7
Comments
Thanks for reporting. I'll try to address and publish a new release. |
Hi @joan38 , I was struggling in the same error and installing conntrack solved the problem. The command bellow should solve the issue:
|
Hi, Version v1.0.2 has been released with a fix addressing the issue. Thanks for reporting and trying out the action. I was completely unaware that there were other people using this around the community 😃. |
yum install conntrack it worked |
thanks it is also solved my problem also. |
sudo apt-get install -y conntrack solved it , Thanks @guilhermelionzo |
Installed conntrack and... [ec2-user@ip-172-31-8-24 WPmini]$ minikube start --driver=none
X Exiting due to GUEST_MISSING_CONNTRACK: Sorry, Kubernetes 1.27.3 requires crictl to be installed in root's path Not sure how to move forward?! c |
|
Thank you it worked |
On arch linux:
|
Thank you @hkalsait, it worked for me too !! |
|
https://github.com/joan38/kubernetes-client/pull/13/checks?check_run_id=598510562
See minikube issue:
kubernetes/minikube#7659
The text was updated successfully, but these errors were encountered: