From 2c25009c8a5f96b80c5aba50c31c1f63b66b6bf7 Mon Sep 17 00:00:00 2001 From: Shuo Wu Date: Tue, 15 Dec 2020 14:24:39 +0800 Subject: [PATCH] Chart: Add share manager info Signed-off-by: Shuo Wu --- chart/Chart.yaml | 1 + chart/README.md | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/chart/Chart.yaml b/chart/Chart.yaml index b2471ae..e123b60 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -16,6 +16,7 @@ sources: - https://github.com/longhorn/longhorn - https://github.com/longhorn/longhorn-engine - https://github.com/longhorn/longhorn-instance-manager +- https://github.com/longhorn/longhorn-share-manager - https://github.com/longhorn/longhorn-manager - https://github.com/longhorn/longhorn-ui - https://github.com/longhorn/longhorn-tests diff --git a/chart/README.md b/chart/README.md index 79d07dc..d2f6d05 100644 --- a/chart/README.md +++ b/chart/README.md @@ -10,7 +10,8 @@ Longhorn is 100% open source software. Project source code is spread across a nu 1. Longhorn Engine -- Core controller/replica logic https://github.com/longhorn/longhorn-engine 2. Longhorn Instance Manager -- Controller/replica instance lifecycle management https://github.com/longhorn/longhorn-instance-manager -3. Longhorn Manager -- Longhorn orchestration, includes CSI driver for Kubernetes https://github.com/longhorn/longhorn-manager +3. Longhorn Share Manager -- NFS provisioner that exposes Longhorn volumes as ReadWriteMany volumes. https://github.com/longhorn/longhorn-share-manager +4. Longhorn Manager -- Longhorn orchestration, includes CSI driver for Kubernetes https://github.com/longhorn/longhorn-manager 4. Longhorn UI -- Dashboard https://github.com/longhorn/longhorn-ui ## Prerequisites