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 183 forks source link

Error running docker container.. ${dockerPodStatus} never changed to "Running" while executing setup_blockchainNetwork.sh #60

Closed jayantaKD closed 3 years ago

jayantaKD commented 4 years ago

I am getting the following error while trying to execute ./setup_blockchainNetwork.sh :

error: unable to recognize "/home/jayanta/fabric-samples/blockchain-network-on-kubernetes/configFiles/docker.yaml": no matches for kind "Deployment" in version "extensions/v1beta1" and in a infinite loop for waiting for Docker container to run. I am using kubernetes v1.17.

maheshwarishikha commented 4 years ago

@jayantaKD , it is because of API changes with the latest version of kubernetes. I'll be updating the repo soon. Thanks.

maheshwarishikha commented 4 years ago

@jayantaKD Please take the latest code and retry. I have updated the code repository for the Kubernetes 1.16. It should work now. Thanks.

maheshwarishikha commented 3 years ago

@jayantaKD - hope it is working for you. I do not see any update after repo updation....so closing this issue. Feel free to reopen or open a new issue if required. Thanks.