lep: add note to storage network through gRPC proxy

Longhorn-2285
Longhorn-3546

Signed-off-by: Chin-Ya Huang <chin-ya.huang@suse.com>
This commit is contained in:
Chin-Ya Huang 2022-05-10 16:24:13 +08:00 committed by David Ko
parent 355f86ccc8
commit 90f9c7ba23

View File

@ -62,8 +62,8 @@ https://github.com/longhorn/longhorn/issues/3546
- Add `k8s.v1.cni.cncf.io/networks` annotation to pods that involve data transfer. The annotation will use the value from the storage network setting. Multus will attach a secondary network to pods with this annotation. - Add `k8s.v1.cni.cncf.io/networks` annotation to pods that involve data transfer. The annotation will use the value from the storage network setting. Multus will attach a secondary network to pods with this annotation.
- Engine instance manager pods - Engine instance manager pods
- Replica instance manager pods - Replica instance manager pods
- Backing image data source pods - Backing image data source pods. Data traffic between replicas and backing image data source.
- Backing image manager pods - Backing image manager pods. Data traffic in-between backing image managers.
- Add new `storageIP` to `Engine`, `Replica` and `BackingImageManager` CRD status. The storage IP will be use to communicate to the instance processes. - Add new `storageIP` to `Engine`, `Replica` and `BackingImageManager` CRD status. The storage IP will be use to communicate to the instance processes.