Skip to content

Commit

Permalink
Fix uninstall.md format
Browse files Browse the repository at this point in the history
  • Loading branch information
tamalsaha committed Jan 3, 2018
1 parent cc133c4 commit 0e17b21
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions docs/setup/uninstall.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,11 @@ section_menu_id: setup
# Uninstall Searchlight
Please follow the steps below to uninstall Searchlight:

1. Delete the various objects created for Searchlight operator.
- Delete the various objects created for Searchlight operator.

```console
$ ./hack/deploy/uninstall.sh
$ curl -fsSL https://raw.githubusercontent.com/appscode/searchlight/5.0.0/hack/deploy/uninstall.sh | bash

+ kubectl delete deployment -l app=searchlight -n kube-system
deployment "searchlight-operator" deleted
+ kubectl delete service -l app=searchlight -n kube-system
Expand All @@ -35,7 +37,8 @@ No resources found
No resources found
```

2. Now, wait several seconds for Searchlight to stop running. To confirm that Searchlight operator pod(s) have stopped running, run:
- Now, wait several seconds for Searchlight to stop running. To confirm that Searchlight operator pod(s) have stopped running, run:

```console
$ kubectl get pods --all-namespaces -l app=searchlight
```

0 comments on commit 0e17b21

Please sign in to comment.