Closed chrisalexandrepena closed 3 years ago
I have to say that I am facing the same issues, with the same setup and versions, and the pod network-orderer-hlf-ord
from the orderer namespace is starting but showing numerous grpc errors, like:
│ 2020-11-18 12:53:06.674 UTC [common.deliver] Handle -> WARN 30a Error reading from 172.17.0.11:50710: │
│ rpc error: code = Canceled desc = context canceled │
│ 2020-11-18 12:53:06.674 UTC [comm.grpc.server] 1 -> INFO 30b streaming call completed grpc.service=ord │
│ erer.AtomicBroadcast grpc.method=Deliver grpc.peer_address=172.17.0.11:50710 grpc.peer_subject="CN=use │
│ r,OU=orderer,O=Hyperledger,ST=North Carolina,C=US" error="rpc error: code = Canceled desc = context ca │
│ nceled" grpc.code=Canceled grpc.call_duration=13.446338ms
Do you have any suggestion for investigating this further?
Also, I'm running minikube with "none" drivers
I'm trying to run hlf-k8s using the latest line on the compatibility table. I'm running Ubuntu Server 18.05.4, with the following software versions:
1.9.2
19.03.13
1.15.11
0.0.13
0.0.11
1.8.0
3.4.1
1.18.0
I've tried using a local (by removing the
chaincode[0].src
entry in theskaffold.yaml
file, and settingchaincodes[0].hostPath
to the absolute path to the chaincode repository) and a remote (by settingchaincode[0].src
tohttps://github.com/SubstraFoundation/substra-chaincode/archive/0.0.11.tar.gz
in theskaffold.yaml
file) version of the chaincode repository. I've changed the hlf-k8s chart'srequirements.yaml
file to replacehttps://kubernetes-charts.storage.googleapis.com
withhttps://charts.helm.sh/stable
, and then ran aI then run the
skaffold run
command and here's the error I get from theorg-1/network-org-1-peer-1-hlf-peer
pod: