Skip to content

Commit a60935d

Browse files
committed
Updates Installation/Uninstallation Documents
- Closes #2662 - Updates installation document to include `operator-sdk olm install` as an install method - Updates installation document to include `operator-sdk olm uninstall` as an uninstall method Signed-off-by: Noah Sapse <[email protected]>
1 parent 7559149 commit a60935d

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

doc/install/install.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ You can verify that the OLM components have been successfully deployed by runnin
3333

3434
**IMPORTANT:** OLM is installed by default in OpenShift 4.0 and above.
3535

36+
## Install with `operator-sdk olm install`
37+
38+
OLM can be installed with the operator-sdk command `operator-sdk olm install` more information is available in the [operator-sdk documentation.](https://sdk.operatorframework.io/docs/cli/operator-sdk_olm_install/)
39+
3640
## Customizing OLM installation
3741

3842
Deployments of OLM can be stamped out with different configurations by writing a `values.yaml` file and running commands to generate resources.
@@ -130,6 +134,6 @@ spec:
130134

131135
# Uninstall
132136

133-
Run the command `make uninstall`.
137+
OLM can be uninstalled with the `operator-sdk olm uninstall` command. More information is available in the [operator-sd documentation](https://sdk.operatorframework.io/docs/cli/operator-sdk_olm_uninstall/)
134138

135-
**NOTE** Valid just for local/manual installs.
139+
**NOTE** local/manual installs can be removed with `make uninstall`.

0 commit comments

Comments
 (0)