Hyperledger Fabric with Kubernetes: Not able to instantiate chaincode Hyperledger Fabric with Kubernetes: Not able to instantiate chaincode kubernetes kubernetes

Hyperledger Fabric with Kubernetes: Not able to instantiate chaincode


I found the solution. Adding CORE_PEER_ADDRESSAUTODETECT variable in env fixed the issue.

So you should add

- name: CORE_PEER_ADDRESSAUTODETECT  value: "true" 

into your env