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

The ordnode create command is only making use of the passed CAPort and not CAHost #129

Closed rohitrj22 closed 1 year ago

rohitrj22 commented 1 year ago

In earlier version , both CAHost and CAPort were used when creating an orderer. In the latest version, k8sIP is being used despite of a non-empty CAHost .

dviejokfs commented 1 year ago

This bug was introduced by #122 , will do a fix soon