Skip to content

Commit

Permalink
Merge pull request #7607 from blackpiglet/modify_uninstall_document
Browse files Browse the repository at this point in the history
Modify the uninstall.md document.
  • Loading branch information
ywk253100 authored Apr 2, 2024
2 parents 3465e8c + 07ff562 commit d974cd3
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 12 deletions.
3 changes: 1 addition & 2 deletions site/content/docs/main/uninstalling.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,5 @@ layout: docs
If you would like to completely uninstall Velero from your cluster, the following commands will remove all resources created by `velero install`:

```bash
kubectl delete namespace/velero clusterrolebinding/velero
kubectl delete crds -l component=velero
velero uninstall
```
3 changes: 1 addition & 2 deletions site/content/docs/v1.10/uninstalling.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,5 @@ layout: docs
If you would like to completely uninstall Velero from your cluster, the following commands will remove all resources created by `velero install`:

```bash
kubectl delete namespace/velero clusterrolebinding/velero
kubectl delete crds -l component=velero
velero uninstall
```
3 changes: 1 addition & 2 deletions site/content/docs/v1.11/uninstalling.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,5 @@ layout: docs
If you would like to completely uninstall Velero from your cluster, the following commands will remove all resources created by `velero install`:

```bash
kubectl delete namespace/velero clusterrolebinding/velero
kubectl delete crds -l component=velero
velero uninstall
```
3 changes: 1 addition & 2 deletions site/content/docs/v1.12/uninstalling.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,5 @@ layout: docs
If you would like to completely uninstall Velero from your cluster, the following commands will remove all resources created by `velero install`:

```bash
kubectl delete namespace/velero clusterrolebinding/velero
kubectl delete crds -l component=velero
velero uninstall
```
3 changes: 1 addition & 2 deletions site/content/docs/v1.13/uninstalling.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,5 @@ layout: docs
If you would like to completely uninstall Velero from your cluster, the following commands will remove all resources created by `velero install`:

```bash
kubectl delete namespace/velero clusterrolebinding/velero
kubectl delete crds -l component=velero
velero uninstall
```
3 changes: 1 addition & 2 deletions site/content/docs/v1.9/uninstalling.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,5 @@ layout: docs
If you would like to completely uninstall Velero from your cluster, the following commands will remove all resources created by `velero install`:

```bash
kubectl delete namespace/velero clusterrolebinding/velero
kubectl delete crds -l component=velero
velero uninstall
```

0 comments on commit d974cd3

Please sign in to comment.