mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-25 19:15:10 +00:00
16 lines
No EOL
622 B
Markdown
16 lines
No EOL
622 B
Markdown
# Channel Configuration
|
|
|
|
TODO : this guide / notes.
|
|
|
|
|
|
Notes :
|
|
|
|
- [ ] describe how `organizations/` folder is populated by the export_msp.sh scripts
|
|
- [ ] configtx uses the internal k8s `$service.svc.cluster.local` DNS domain to communicate between nodes.
|
|
- [ ] describe configtx.yaml assumes / enforces working dir is FABRIC_CFG_PATH
|
|
|
|
TODOs:
|
|
|
|
- [ ] Deploy org nodes across multiple namespaces. Use kube DNS to resolve in the channel config. `$service.$namespace.svc.cluster.local`
|
|
- [ ] Deploy org nodes across multiple k8s clusters. Use INGRESS URLs to resolve services. `$ingress-hostname.$org.localho.st:443`
|
|
- |