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

Issue while joining orderer node to a channel while using istio: connection timed out #168

Closed pshgpt closed 11 months ago

pshgpt commented 1 year ago

What happened?

Running this command : kubectl hlf ordnode join --block=mychannel.block --name=orderer-node1 --identity=admin-tls-ordservice.yaml --namespace=default

Error: Post "https://143.244.138.201:0/participation/v1/channels": dial tcp 143.244.138.201:0: connect: connection timed out

What did you expect to happen?

Status code=201

How can we reproduce it (as minimally and precisely as possible)?

kubectl hlf ordnode join --block=mychannel.block --name=orderer-node1 --identity=admin-tls-ordservice.yaml --namespace=default

Anything else we need to know?

No response

Kubernetes version

pool-mxjx1jwnv-fa6xb Ready 60m v1.27.2 10.122.0.3 143.244.138.201 Debian GNU/Linux 11 (bullseye) 6.1.0-0.deb11.6-amd64 containerd://1.6.20 pool-mxjx1jwnv-fa6xr Ready 60m v1.27.2 10.122.0.2 143.244.138.114 Debian GNU/Linux 11 (bullseye) 6.1.0-0.deb11.6-amd64 containerd://1.6.20

dviejokfs commented 1 year ago

Are you using Istio?

pshgpt commented 1 year ago

@dviejokfs yes I'm

pshgpt commented 1 year ago

Can someone help on this issue?

adityajoshi12 commented 1 year ago

Please check the Orderer CRD, it doesn't has the port configured correctly.