Closed kvk24680 closed 1 year ago
Issues in this repo are for core Fabric code issues. For kubernetes usage questions, I'd suggest to post to Discord fabric-kubernetes channel. More information at https://hyperledger-fabric.readthedocs.io/en/latest/CONTRIBUTING.html#communications-and-getting-help.
I am trying to deploy hyperledger fabric on multiple cluster and trying to connect them for my use case. Using kind cluster to test and I am using this repo: https://github.com/EspeoBlockchain/hlf-k8s-multi-cluster
I am not able to register the orderer users to the ord-ca config file generated from the command:
kubectl hlf ca register --name ord-ca --user orderer1 --secret orderer1pw --type orderer \ --enroll-id enroll --enroll-secret enrollpw --mspid OrdererMSP
Created ord-ca from the command:
In my domain, I have pointed ord-ca. to my machine IP. It works fine for org1-ca. The output I get is