fabric-operator icon indicating copy to clipboard operation
fabric-operator copied to clipboard

Hyperledger Fabric Kubernetes Operator

Results 44 fabric-operator issues
Sort by recently updated
recently updated
newest added

Signed-off-by: asararatnakar

This would give the user more control over the networking policies and security. Peers and orderers have to be exposed to the peers and orderers of the other organizations (either...

Chaincode builders can use variables in their file contents. They're used by chaincode 'as a service to ensure the same packageID across different peers: [fabric docs](https://hyperledger-fabric.readthedocs.io/en/latest/cc_basic.html#running-with-multiple-peers). The [Peer CRD](https://github.com/hyperledger-labs/fabric-operator/blob/f43088aa730d5d4503028f138662353177bac1a8/api/v1beta1/ibppeer_types.go#L148) supports...

Hello, I have tested fabric-operator with its sample-network, first with KIND and was able to confirm up to a point where chaincode deployment and invoke/query were successful. Then I have...

[fabric-builder-k8s](https://github.com/hyperledgendary/fabric-builder-k8s) offers an exponential increase into the ease of use for consumers and operators working with Fabric Chaincode. With the k8s builder, the (person) operator simply installs a chaincode package...

As we no longer have support for 1.4 Based Images, we can remove DIND Configmaps and deployment configurations from API Codebase. This will need changes in the main branch as...