Answers for "uid : unable to do port forwarding: socat not found"

0

uid : unable to do port forwarding: socat not found

# you need to install socat in the system 
#if you are running minikube with --vm-driver=none
sudo apt install socat
OR
yum install -y socat
Posted by: Guest on May-05-2020

Code answers related to "uid : unable to do port forwarding: socat not found"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language