From 2f1df804c194170a173836f83ae72b430b0068a6 Mon Sep 17 00:00:00 2001 From: Dong Zhu Date: Mon, 17 Jun 2024 15:07:57 +0800 Subject: [PATCH] Update IOMesh Charts description. Signed-off-by: Dong Zhu --- src/stable/iomesh/Chart.yaml | 7 +++++-- src/stable/iomesh/README.md | 17 ++++------------- 2 files changed, 9 insertions(+), 15 deletions(-) diff --git a/src/stable/iomesh/Chart.yaml b/src/stable/iomesh/Chart.yaml index c98b46c0..cc489e53 100644 --- a/src/stable/iomesh/Chart.yaml +++ b/src/stable/iomesh/Chart.yaml @@ -27,8 +27,8 @@ dependencies: - name: deck-plugin-iomesh repository: file://charts/deck-plugin-iomesh version: 0.1.0 -description: Install all IOMesh components -name: iomesh +description: Enterprise Kubernetes-Native Distributed Storage +name: IOMesh type: application version: v1.1.0 home: https://www.iomesh.com @@ -39,3 +39,6 @@ maintainers: url: https://www.iomesh.com annotations: "app.kubesphere.io/category": "Storage" +keywords: +- storage +- block-storage diff --git a/src/stable/iomesh/README.md b/src/stable/iomesh/README.md index 5e594353..49eaa53d 100644 --- a/src/stable/iomesh/README.md +++ b/src/stable/iomesh/README.md @@ -14,23 +14,14 @@ IOMesh is a Kubernetes-native storage system that manages storage resources with [https://docs.iomesh.com/deploy-iomesh-cluster/install-iomesh](https://docs.iomesh.com/deploy-iomesh-cluster/install-iomesh) -## Uninstallation - -Uninstall **IOMesh cluster** helm chart - -Specify the current release name and namespace to uninstall. - -```bash -helm uninstall --namespace iomesh-system iomesh -``` -If there are IOMesh resources left after uninstalling IOMesh due to network or other issues, run the following command to clear all IOMesh resources. -```bash -curl -sSL https://iomesh.run/uninstall_iomesh.sh | sh - -``` ## Configuration [https://docs.iomesh.com/deploy-iomesh-cluster/setup-iomesh](https://docs.iomesh.com/deploy-iomesh-cluster/setup-iomesh) +## Uninstallation + +[https://docs.iomesh.com/cluster-operations/uninstall-cluster](https://docs.iomesh.com/cluster-operations/uninstall-cluster) + ## Contact Us [https://www.iomesh.com/contact](https://www.iomesh.com/contact)