jkneubuh
jkneubuh
The cross-platform compilation of the Fabric binaries for OSX causes DNS resolution on the Mac to have some _extremely unpredictable_ behavior. This is due to our compile-time linkage of the...
The Fabric docs on [CCaaS external builders](https://hyperledger-fabric.readthedocs.io/en/latest/cc_service.html#modify-the-peer-core-yaml-to-include-the-externalbuilder) are out of date and still too complicated for general consumption. The External Builders section includes enough detail for users that seek to...
We identified many good outcomes running container-based Fabric networks without the reliance on Docker Desktop. Port the [Discussion #594](https://github.com/hyperledger/fabric-samples/discussions/594) thread and [Issue #616](https://github.com/hyperledger/fabric-samples/issues/616) outcomes to fabric documentation trails: - [Fabric...
Signed-off-by: Josh Kneubuhl #### Type of change - Documentation update #### Description This PR adds a brief summary of Kubernetes Service routing as a mechanism to implement basic HA /...
Hello, CNCF/cluster! Ry Jones from the Hyperledger Foundation steered us towards the cncf/cluster as a possible foundation for running CI, build, validation, and performance evaluations for the [Hyperledger Fabric](https://www.hyperledger.org/use/fabric) platform....
[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...
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...
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...