We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 686acd2 commit be66f96Copy full SHA for be66f96
scripts/kube-init.sh
@@ -35,6 +35,10 @@ setenforce 0
35
HOME=/home/travis
36
sudo mount --make-rshared /
37
38
+# Install conntrack (required by minikube/K8s 1.18+)
39
+sudo apt-get update
40
+sudo apt-get install -y conntrack
41
+
42
# Install docker if needed
43
path_to_executable=$(which docker)
44
if [ -x "$path_to_executable" ] ; then
0 commit comments