Skip to content

Commit 51110bd

Browse files
authored
Merge pull request #669 from open-cluster-management/cadawson-patch-1
format lists
2 parents e937594 + eb787cd commit 51110bd

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

install/uninstall.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,25 +10,25 @@ The second level is a more complete uninstallation, except for a few items, like
1010

1111
1. Change to your project namespace by entering the following command:
1212

13-
```
14-
oc project <namespace>
15-
```
13+
```
14+
oc project <namespace>
15+
```
1616

1717
Replace <namespace> with the name of your project namespace.
1818

1919
2. Enter the following command to remove the MultiClusterHub custom resource:
2020

21-
```
22-
oc delete multiclusterhub --all
23-
```
21+
```
22+
oc delete multiclusterhub --all
23+
```
2424

2525
**Tip:** If you plan to reinstall a new version and want to keep your other information, you can skip the rest of the steps in this procedure and reinstall.
2626

2727
3. Enter the following command to remove all of the related components and subscriptions:
2828

29-
```
30-
oc delete subs --all
31-
```
29+
```
30+
oc delete subs --all
31+
```
3232

3333
## Deleting both components by using the console
3434

@@ -42,7 +42,7 @@ When you use the Red Hat OpenShift Container Platform console to uninstall, you
4242

4343
4. Select **Delete MultiClusterHub**.
4444

45-
**Tip:** If you plan to reinstall a new version and want to keep your other information, you can skip the rest of the steps in this procedure and reinstall.
45+
**Tip:** If you plan to reinstall a new version and want to keep your other information, you can skip the rest of the steps in this procedure and reinstall.
4646

4747
5. Navigate to **Installed Operators**.
4848

0 commit comments

Comments
 (0)