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? 1. deployed Istio using helm chart (btw, istio operator is [discouraged](https://istio.io/latest/docs/setup/install/operator/) to use now) 2. gateway selector is different for chart: > If you installed Istio using...
Hello everybody, I am running into an issue. My networkConfig.yaml is in the same directory where I ran the hlf-cc-dev serve command ``` ./hlf-cc-dev serve --address "0.0.0.0:8080" --metrics-address "0.0.0.0:8081" --config...
### What happened? The istio hosts (for peers,cas,orderers) worked fine when the hlf-network was created initially. All the http api calls and grpc calls worked fine.But few hours later, all...
Currently peers and ordering nodes are deployed by hlf-operator using self-signed certs. While that's fine for development/testing, it can easily be a problem is the Fabric network is exposed to...
### What happened? Error: POST failure of request: POST https://10.6.0.4:30972/enroll {"hosts":null,"certificate_request":"-----BEGIN CERTIFICATE REQUEST-----\nMIHvMIGWAgEAMBExDzANBgNVBAMTBmVucm9sbDBZMBMGByqGSM49AgEGCCqGSM49\nAwEHA0IABC+4JlU1k6iTZt7GlaZ/3sLz9zFqHm8Oyi9NnHNzwStd1aMk3iKCxPow\nHKFjpoWW3kOQgOlCG60rz6Ik7RXAXaugIzAhBgkqhkiG9w0BCQ4xFDASMBAGA1Ud\nEQQJMAeCBW5vZGUxMAoGCCqGSM49BAMCA0gAMEUCIQDRb7U1PtMesr3hNfsDiA8W\niI8LSHI0oZfxe3nuVxdSWgIgWzcGNWAJ/uHyxWZtO/tzyU/5xD1df6d6rut/BaHc\nW+c=\n-----END CERTIFICATE REQUEST-----\n","profile":"","crl_override":"","label":"","NotBefore":"0001-01-01T00:00:00Z","NotAfter":"0001-01-01T00:00:00Z","ReturnPrecert":false,"CAName":""}: Post "https://10.6.0.4:30972/enroll": tls: failed to verify certificate: x509: certificate is valid for 127.0.0.1, not 10.6.0.4...
### What happened? Sometimes for no actual reason we get this error, without any actual resource peak (CPU and RAM are ok): Evaluate call timed out while processing request ###...
### What would you like to be added? Hyperledger explorer is available in hyperledger ecosystem. I need HLF operator to support hyperledger explorer. ### Why is this needed? Customer need...
### What would you like to be added? It would be great to improve the existing support for external builders to make it easy to use the [fabric-builder-k8s builder](https://github.com/hyperledger-labs/fabric-builder-k8s) with...
### What would you like to be added? Please add fabconnect support ### Why is this needed? Add fabconnect support
### What happened? "kubectl hlf channel signupdate" command is failing with error "Error: open : no such file or directory" even though I have the file with correct permissions. **Command:**...