Closed timroster closed 6 years ago
We should remove channel creation, channel join, chaincode actions & transactions from helm charts. We should use helm-charts to setup the network only.
We will work on this.
Closing this.
I have the same issue when doing this manually with the latest network:
kubectl exec -it cloying-panther-ibm-blockchain-network-org1peer1-77d6fdc95nkjpp -- sh
# peer channel create -o $ORDERER_URL -c composerchannel -f ./composer-channel.tx
2018-03-19 21:10:46.912 UTC [msp] GetLocalMSP -> DEBU 001 Returning existing local MSP
2018-03-19 21:10:46.912 UTC [msp] GetDefaultSigningIdentity -> DEBU 002 Obtaining default signing identity
2018-03-19 21:11:06.913 UTC [grpc] Printf -> DEBU 003 grpc: addrConn.resetTransport failed to create client transport: connection error: desc = "transport: Error while dialing dial tcp 10.0.138.157:31010: i/o timeout"; Reconnecting to {ibm-blockchain-network-orderer:31010 <nil>}
Error: Error connecting due to rpc error: code = Unavailable desc = grpc: the connection is unavailable
How can I solve this connectivity issue?
@alexvicegrab can you check if the name of the service for the Orderer is ibm-blockchain-network-orderer
?
Commit 0a713198 reverts container images to earlier versions in the templates to 1.0.0 . This causes deployment to fail in the channel creation step with an error like:
Suggested fix: update container image tags across component values.yaml to known best versions.