Substra / hlf-k8s

Initializes an Hyperledger Fabric network (orchestrator distributed mode)
https://docs.substra.org
Apache License 2.0
31 stars 20 forks source link

Prevent from fetching ingress html #63

Closed AlexandrePicosson closed 4 years ago

AlexandrePicosson commented 4 years ago

Without the --fail flag when we download the config from the config-operator if the operator is not ready we can fetch an html page from nginx leading to an error in the proposal creation. But because we downloaded the html page the system channel operator do not try to download a correct config on the next loop iteration.