I have created orderer and cli pods. When i go to cli shell and create channel then it is not able to connect with ordrer.
Error: failed to create deliver client: orderer client failed to connect to orderer:7050: failed to create new connection: context deadline exceeded
The port for order ie. 7050
is open and when i go to orderer shell and do telnet localhost 7050
it is connected but when specify the ip for pod then it does not work.
I am using Google Cloud for deloyment. I have also added firewall rules for ingress and egress for all IP and all Ports.
Any help will be much appreciated.
I was missing this variable
ORDERER_GENERAL_LISTENADDRESS = 0.0.0.0
After adding this variable it worked