hyperledger-bevel / bevel-operator-fabric

Hyperledger Fabric Kubernetes operator - Hyperledger Fabric operator for Kubernetes (v2.3, v2.4 and v2.5, soon 3.0)
https://hyperledger-bevel.github.io/bevel-operator-fabric/
Apache License 2.0
278 stars 93 forks source link

Failed to connect to chaincode #139

Closed cw6365 closed 1 year ago

cw6365 commented 1 year ago

When i query the chaincode i get the error that the chaincode couldnt be launched. It doesnt even look like its connecting to the correct internal service IP. Any ideas? thanks.

cw6365 commented 1 year ago

This setup is on GKE. Look something to do with the grpc connection using the connection.json. Is there anything i need to add to this file to get it working?

dviejokfs commented 1 year ago

are the chaincodes and the peers in the same namespace? @cw6365

cw6365 commented 1 year ago

@dviejokfs that was the issue thanks