Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update IOMesh Charts description. #400

Merged
merged 1 commit into from
Jun 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions src/stable/iomesh/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -39,3 +39,6 @@ maintainers:
url: https://www.iomesh.com
annotations:
"app.kubesphere.io/category": "Storage"
keywords:
- storage
- block-storage
17 changes: 4 additions & 13 deletions src/stable/iomesh/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Loading