-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test-network-k8s: chaincode deploy step fails on k3s environment #925
Comments
relevant bits from Content
|
I must have been mistaken; I was able to run past chaincode deployment and query/invoke when I reinitialized environment with k3s this time specifying to use docker runtime.
Closing the issue as I was able to get past the problem albeit with a different configuration. |
Hello,
I cannot get through chaincode deploy step using test-network-k8s. I was able to do all the steps up to then: cluster init, up, channel create...but when I issues ./network chaincode deploy ... command it got stuck
Launching chaincode container "asset-transfer-basic"...
and eventually errored exceeding progress deadline.I tried to diagnose further using k9s tool and as seen from the screenshot below it looks like that the pod failed trying to pull nonexistent image url
"docker.io/library/asset-transfer-basic:latest"
.My k8s environment is built using k3s. Should that be a problem?
Any help troubleshooting this is appreciated.
Thanks.
[1]
[2]
[3]
note: I have experienced similar error on using sample-network from fabric-operator: hyperledger-labs/fabric-operator#94
The text was updated successfully, but these errors were encountered: