IBM / blockchain-network-on-kubernetes

Demonstrates the steps involved in setting up your business network on Hyperledger Fabric using Kubernetes APIs on IBM Cloud Kubernetes Service.
https://developer.ibm.com/patterns/deploy-hyperledger-fabric-network-on-ibm-cloud/
Apache License 2.0
316 stars 182 forks source link

waiting for artifacts to complete infinitly #35

Closed pikvik closed 5 years ago

pikvik commented 5 years ago

After running setup_blockchainNetwork file I am getting endlessly running "waiting for artifacts to complete "

screen shot 2019-02-26 at 6 46 41 pm
maheshwarishikha commented 5 years ago

@pikvik, it means 'kubectl cp' command is not working properly for you. Check the path/artifacts as mentioned in repository. You can refer this issue https://github.com/IBM/blockchain-network-on-kubernetes/issues/34 if it resolves your problem. Let me know if it helps.

gentian0185 commented 5 years ago

@pikvik Change the picture below. It looks like a JOBSTATUS print issue

setup_blockchainnetwork

maheshwarishikha commented 5 years ago

@pikvik, yes it is the issue with latest version of kubectl 1.12+ Need to change in setup_blockchainNetwork.sh script the way I was checking Job Status. Will do it soon. Thanks.

maheshwarishikha commented 5 years ago

@pikvik, required code changes are done in repository. It should work seamlessly for you now. I am closing the issue now. Feel free to reopen or a new if any issue. Thanks.