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

Well... When I saw secrets `{org}-ca` and `{org}-tls-ca` by `kubectl get ...` ,I just don't know what these for.... https://github.com/hyperledger-labs/fabric-operator/blob/main/pkg/offering/base/ca/ca.go#L496 Maybe we remove these two secrets or just store the...

When dig into `IBPCA` reconcile logic, found the `TLSCrypto` hardcoded `Issuer` and `Subject` to `IBM`. This make tlsroot certficate only can be `IBM` related settings. ``` template := x509.Certificate{ SerialNumber:...

Thanks @SamYuan1990 I think this is all set. I am opening a bug / Issue to track the work items as "all done."

Implement [Semantic Version](https://semver.org) and a proper release practice for fabric-operator. - Generate GitHub "release builds" of the operator, associated with release tags - Write a script, or document the process...

Add scripts for deploying chaincode on a self-provisioned K8s cluster on AWS that uses ECR as container image registry. Fixes #49 Open to suggestions for the ugly hack in tag...

Currently, the deployment steps documented work for local or managed-k8s on cloud. What's missing is steps for chaincode deployment over self-provisioned K8s cluster with a custom private registry. For example,...

WORK IN PROGRESS - DO NOT MERGE This PR launches prometheus-operator on the sample network k8s cluster. An ingress for prometheus and grafana are created at https://prometheus.localho.st and https://grafana.localho.st with...

When completing the bootstrap TLS node enrollments, Peer and Orderer CRD specs must include a reference to a CA by: - URL (host + port) - TLS certificate These values...