hyperledger / bevel-operator-fabric

Hyperledger Fabric Kubernetes operator - Hyperledger Fabric operator for Kubernetes (v2.3, v2.4 and v2.5, soon 3.0)
https://hyperledger.github.io/bevel-operator-fabric/
Apache License 2.0
271 stars 91 forks source link

Error joining an orderer or creating the main channel manifest #132

Closed cw6365 closed 1 year ago

cw6365 commented 1 year ago

I'm getting the following errors on GKE when joining the orderer

Any ideas.. i'm a bit stumped, from what ive read the nil pointer is something to do with not finding the endpoint? but all looks ok and i can ping the endpoint. Any help would be great, thanks.

dviejokfs commented 1 year ago

Hi @cw6365

Can you share the orderer CRD?

 kubectl get fabricorderernodes <fabric_ord_name> -n <ns> -o yaml   

Not sure if your set up is with Istio or using the kubernetes IP.

cw6365 commented 1 year ago

@dviejokfs thanks for getting back. We're using Istio, ive listed the orderer yaml below. Once i've got a fix i'll change the certs.

I have tried both values of ecm-orderer1 and the full domain in the main channel manifest with no luck. Thanks.

dviejokfs commented 1 year ago

Hi @cw6365, you are missing the hosts in the adminIstio property, that's the main reason.

meetpandya27 commented 1 year ago

How can I update adminIstio property ?