Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

263
Views
can't start minikube in ec2 shows "X Sorry, Kubernetes v1.18.0 requires conntrack to be installed in root's path"

Hi I am trying to start minikube that's why I ran

minikube start --vm-driver=none

But it shows in the console the below lines:

minikube v1.9.2 on Amazon 2 (Xen/amd64) Using the none driver based on user configuration X Sorry, Kubernetes v1.18.0 requires conntrack to be installed in root's path

Note that i have installed kubectl minikube and docker.

Please help me to sort out this issues.

over 4 years ago · Santiago Trujillo
3 answers
Answer question

0

I had the same issue. Install 'conntrack' with

sudo apt install conntrack

Then continue to start your minikube:

sudo minikube start --vm-driver=none
over 4 years ago · Santiago Trujillo Report

0

Execute following commands

yum install conntrack start minikube as root start --driver=none

over 4 years ago · Santiago Trujillo Report

0

TL;DR : update minkikube

You need minkikube not older than v1.9.0-beta

It's a known issue

There is a known issue #7179 reproduced in 1.18

Fixed in Pull Request #7180, the latest commit is 1273d4f:

install conntrack for github action integration tests #7180

Minimal minikube ver that contain commit 1273d4f is v1.9.0-beta:

git clone https://github.com/kubernetes/minikube/
cd minikube
git describe 1273d4f8e756ac5eca89d94c449450fb2da21a5a
>v1.9.0-beta.2-16-g1273d4f8e

Explanation of git describe

Explanation of git describe is here

The command is useful for cases such as:

  • which tag is closest to the commit? (git describe <sha>)
  • which tag contains commit? (git describe <sha> --contains)
  • which branch or annotated tag is closest to the commit? (git describe <sha>--all)
over 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!