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

Update readme with discover monitor pod #74

Closed Kelvin-M closed 4 years ago

AurelienGasser commented 4 years ago

I still don't find it clear what the difference between the two pods is.

Consolidating the two sections (Monitor pod / Discover monitor pod) into would help limit repetitions,

It would also be helpful with highlighting the differences between the two pods.

Something like:

# Monitor pods

Two monitor pods can be used for troubleshooting:
- monitor pod: lists the orgs that **have joined** a channel
- monitor pod: lists the orgs that **have joined and are still currently connected** to a channel
Kelvin-M commented 4 years ago

@AurelienGasser Monitor pod only show orgs that have been added (with their config and secrets) in the channel. It does not mean that they join. They can join, but looking at channel configuration won't tell you that.

# Monitor pods

Two monitor pods can be used for troubleshooting:
- monitor pod: lists the orgs that **are added** to a channel
- discover-monitor pod: lists the orgs that **have joined and are still currently connected** to a channel