Hello, I have setup a multi-zone coreos cluster 
using https://github.com/kz8s/tack all seems to work apart from when i try 
to port-forward and i get this error

➜  ~ kubectl port-forward trint-mongodb-2-94074312-6uzb3 37017:27017
Forwarding from 127.0.0.1:37017 -> 27017
Forwarding from [::1]:37017 -> 27017
Handling connection for 37017
E0816 11:08:45.179697    9528 portforward.go:327] an error occurred 
forwarding 37017 -> 27017: error forwarding port 27017 to pod 
trint-mongodb-2-94074312-6uzb3_default, uid : unable to do port forwarding: 
socat not found.
E0816 11:09:44.409445    9528 portforward.go:173] lost connection to pod
➜  ~ kubectl get pods
NAME                               READY     STATUS    RESTARTS   AGE
trint-mongodb-1-4062934469-1v7ts   1/1       Running   0          49m
trint-mongodb-2-94074312-6uzb3     1/1       Running   0          1h
trint-mongodb-3-2820699583-cz5lz   1/1       Running   0          1h


any advise on how to resolve this?

Reply via email to