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 have been following [this guideline](https://hyperledger.github.io/bevel-operator-fabric/docs/getting-started) to create a platform for my research. I tried to find out how to package a developed chain code and Dockerize...
After finishing with the fabric setup and i am getting error while installing the Chaincode: kubectl hlf chalncode install --path=./chaincode.tgz --config-orgi.yanl-language-golang --label-SCHAINCODE_LABEL-user-admin-peer-orgi-peeri.default Error: unable to verify if cc is installed...
### What happened? When I run the command ```bash kubectl hlf channel consenter replace --config=ordservice.yaml \ --orderer="ord-node1.ordnode" \ --user=admin --channel=trading \ --mspid=OrdererMSP --output=replace_orderers_consenter.pb ``` (from the [documentation](https://github.com/hyperledger/bevel-operator-fabric/blob/main/website-docs/docs/operator-guide/renew-certificates.md) I get the...
kubectl hlf ca create -image=$CA_IMAGE --version=$CA_VERSION --namespace=network --capacity=1Gi --name=ord-ca --enroll-id=enroll --enroll-pw=pwd --hosts=ord-ca.localho.st --istio-port=443 W0723 09:37:19.816487 149583 warnings.go:70] unknown field "spec.podAnnotations" W0723 09:37:19.816515 149583 warnings.go:70] unknown field "spec.podLabels" W0723 09:37:19.816525 149583...
### What happened? I try to create a channel with the hlf channel generate --outpu flag but it seems that an error of : unknown flag: --output appear. Then by...
### What happened? I'm running a two-organization Hyperledger Fabric network using Bevel Operator and encountering an unusual issue. Blocks are being added every minute automatically, even though no transactions are...
### What happened? I ran ```sh kubectl hlf ca create \ --storage-class=$STORAGE_CLASS \ --capacity=1Gi \ --name=org1-ca \ --enroll-id=enroll \ --enroll-pw=enrollpw \ --gateway-api-hosts $ORG1_CA_HOST \ --gateway-api-name hlf-gateway \ --gateway-api-namespace $NAMESPACE \...
Bumps the npm_and_yarn group with 18 updates in the /website-docs directory: | Package | From | To | | --- | --- | --- | | [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) | `7.12.10` |...
Bumps the go_modules group with 4 updates in the / directory: [golang.org/x/crypto](https://github.com/golang/crypto), [helm.sh/helm/v3](https://github.com/helm/helm), [github.com/consensys/gnark-crypto](https://github.com/consensys/gnark-crypto) and [golang.org/x/net](https://github.com/golang/net). Bumps the go_modules group with 3 updates in the /examples/client/go directory: [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang), [google.golang.org/grpc](https://github.com/grpc/grpc-go) and...