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 bccdc73 commit a037380Copy full SHA for a037380
scripts/kube-init.sh
@@ -35,9 +35,10 @@ setenforce 0
35
HOME=/home/travis
36
sudo mount --make-rshared /
37
38
-# Install conntrack (required by minikube/K8s 1.18+)
+# Install conntrack (required by minikube/K8s 1.18+),
39
+# and socat, which is required for port forwarding.
40
sudo apt-get update
-sudo apt-get install -y conntrack
41
+sudo apt-get install -y conntrack socat
42
43
# Install docker if needed
44
path_to_executable=$(which docker)
0 commit comments