0

I am installing vitess in minikube. I am following the instructions for vitess installation in kubernetes, section: 6. Use vtctlclient to send commands to vtctld. I am getting the below error:

root@twinkle:~/go/src/vitess.io/vitess/examples/kubernetes# ./kvtctl.sh
Starting port forwarding to vtctld...
E1117 00:00:36.982524    4189 main.go:63] Remote error: rpc error: code = Unavailable desc = transport is closing
root@twinkle:~/go/src/vitess.io/vitess/examples/kubernetes#

I am stuck. Can anyone help here ?

Dan Kohn
  • 33,811
  • 9
  • 84
  • 100
Malar Kandasamy
  • 839
  • 2
  • 10
  • 17
  • According to [this issue](https://github.com/vitessio/vitess/issues/1280) it's because `socat` is missing from the kubernetes Node; are you running CoreOS or Fedora Atomic on the Node? – mdaniel Nov 17 '18 at 08:51
  • I am running in ubuntu. socat is already installed. – Malar Kandasamy Nov 18 '18 at 11:16
  • Did you check if required number of pods are up and running, I suspect that the vtctld service is not up or taking time to come up and during that you hit this command. – Arindam Nayak May 04 '20 at 09:44

0 Answers0