bevel-operator-fabric
bevel-operator-fabric copied to clipboard
Hyperledger Fabric Kubernetes operator - Hyperledger Fabric operator for Kubernetes (v2.3, v2.4 and v2.5)
### What happened? I use: ~~~ kubectl hlf ca register kubectl hlf ca enroll ~~~ to create a new client. The client can interact with the chaincode. Now I have...
### What would you like to be added? Want to add new peers like if I have 2 peers in an existing org then I can add another one or...
### What would you like to be added? ### Places in code where fix is needed: In the bellow section to support custom validation and endorsement plugins we just need...
Node.JS Client running on local machine not able to connect HLF running on EKS cluster for invoke request. Enroll & register connect to fabric-ca. Its failed at gateway creation, dont...
### What happened? While running "curl -k https://org1-ca.localho.st:443/cainfo" I am getting "curl: (7) Failed to connect to org1-ca.localho.st port 443: Connection refused" error. ### What did you expect to happen?...
### What happened? I had deployed my HLF network using bevel-operator fabric. Next I deployed the UI & API pod with the help of documentation. When I created the CA...
### What would you like to be added? The helm charts are to be published via hyperledger.github.io ### Why is this needed? So that they are easily discoverable and all...
### What happened? There are no `podLabel` value in `charts/hlf-operator-api/values.yaml` This value is added to template `charts/hlf-operator-api/deployment.yaml` in this PR https://github.com/hyperledger/bevel-operator-fabric/pull/151 but not in values file ### What did you...
I am trying a simple demo setup using the steps provided but I am stuck at the chaincode approve step and it shows the below error: ``` kubectl hlf chaincode...
### What would you like to be added? Add/update README.md file for `docs` and `website-docs` with helpful content. If they are doing similar things, these folders should be merged and...