-
Notifications
You must be signed in to change notification settings - Fork 7.1k
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
helm commands error with "socat not found" #1371
Comments
How'd you install Kubernetes? And which version of Kubernetes? I'll see if I can reproduce. |
@technosophos Thanks for the comments. I think I figured it out, I am running Kubernetes on Mesos, the kubernetes and mesos components are running in docker containers, the socat was not installed on the mesos-agent docker, after I installed the socat in the mesos-agent container, the helm command now works perfectly. I am closing this issue. root@c910f04x19k07: |
I'm hitting a similar issue. Kubernetes running on CoreOS not in a docker container.
|
As pointed out in #966 my issue is I'm not running the kublet in a docker container |
in my case, i did not |
In my case, I try to use the helm in my minikube, and the minikube I installed by using --vm-driver=none ( I run minikube start - -vm-driver=none in my centos7 VM). After I install helm, I failed to execute command " helm install xxx --name=xxx". The error msg is as below:
The issue gone after I install socat
|
yes!run 'yum install -y socat' on every node can resolve this problem. |
For ubuntu & debian |
great! worked for me 😎 |
I had used your method and sloved this problem. thanks |
what will be the command to install socat on windows. |
I am using the latest helm v2.0.0-alpha.5 in my Ubuntu 16.04 Kubernetes cluster, the installation went well, I downloaded the binary and installed helm using helm init without any problem. But when I tried to run any helm command, it returns with error "socat not found"
The socat is installed on all the Kubernetes nodes:
#966 and #1183 do not seem to help.
Any suggestion on what might be going wrong? Thanks.
The text was updated successfully, but these errors were encountered: