Any plan to update the instalation procedure and scripts describe here (https://docs.microsoft.com/en-au/azure/blockchain/templates/hyperledger-fabric-consortium-azure-kubernetes-service) for Hyperledger Fabric 2.0?
Thanks
Any plan to update the instalation procedure and scripts describe here (https://docs.microsoft.com/en-au/azure/blockchain/templates/hyperledger-fabric-consortium-azure-kubernetes-service) for Hyperledger Fabric 2.0?
Thanks
This is related to document updation, please check on the product team.
Ask on the azure product feedback related to document updation.
Please don’t forget to Accept the answer and up-vote wherever the information provided helps you, this can be beneficial to other community members.
We implemented this recently. HLF 2.2 on AKS. Give it a go and see if it helps you. https://github.com/dasiths/Hyperledger-Fabric-on-Azure-Kubernetes-Cluster
It's a fork of the KRYPC repo but we added a Azure DevOps pipeline to automate the process and install/upgrade chaincodes as well.
Dasith,
Are there changes the KrypC arm template? I ask because I've already setup a network with the KrypC template, but having issues deploying chaincode (getting a docker error running tools from ubuntu). I'm wondering if your changes can be used with existing network or to redeploy.
Thanks,
Lawrence
You can as it has 2 pipelines. One for deploying the infra + network and another for deploying the chaincodes. As long as you provide the right values it should work. This doesn't do a lot of changes to the ARM templates so I see no problem.
This has been fairly complicated to setup. I wish there were a little more documentation to go with this. Updating the the deploy.yaml should be strait forward for pointing to external chiancode on ACR; I'm working on a clean way to do this.
9 people are following this question.