David Viejo

Results 26 comments of David Viejo

1. Version of HLF helm chart is compatible, since there's no change in the CRDs 2. The helm chart in this repo for the operator is outdated, it must be...

@Sushain96 Yes, you can deploy a new peer organization with the hlf-operator and join the peers to an existing network

For the admin hosts of the orderer, you need to use Istio if you are deploying on a Cloud provider since you don't have direct access to the nodes. Check...

Hi @harishmurthy Take a look at this project using Go with the Kuberntes client you can create resources programmatically. https://github.com/kfsoftware/hlf-operator-ui/tree/main/api

@nkaramolegos Yes, the functions you need to call are the same but instead of doing it within the Kubectl plugin, you can do it within your API. The mutations are...

Yes @nkaramolegos , exactly, that's the way to go, can you share some code publicly for me to review it? If that's possible that would accelerate the process so much....

Hey @PeerZetZzZzZ Implemented in #108, now the `ca` and `tlsCA` properties in FabricCA spec, you can configure signing: ```yaml apiVersion: hlf.kungfusoftware.es/v1alpha1 kind: FabricCA metadata: namespace: default name: test-ca spec: ca:...

Hi @rijoblockchain Can you give more insights about your environment? Are other services inside your cluster working correctly?

@ZappaBoy What type of information do you think is needed? Documentation is in the `website-docs` folder.