Closed alexvicegrab closed 6 years ago
Solved this issue on my cluster by replacing the NodePort services with ClusterIP.
Either Azure AKS does not support NodePorts by default, or blocks the traffic there. Best solution is to use ClusterIP services and link them all to an Ingress, I think.
NodePort service should also create a ClusterIP address. Not sure why it didn't work. Glad it worked for you. Thanks for the update.
After installing the ibm-composer-network, I attempt to login into one of the peers:
and create a channel:
I'm using the $ORDERER_URL env, which points to the orderer service and its open port.
This command works fine when working locally with docker-compose examples.
What steps can I take to debug this?
Thank you!