You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- 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
Copy file name to clipboardExpand all lines: doc/install/install.md
+6-2
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,10 @@ You can verify that the OLM components have been successfully deployed by runnin
33
33
34
34
**IMPORTANT:** OLM is installed by default in OpenShift 4.0 and above.
35
35
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
+
36
40
## Customizing OLM installation
37
41
38
42
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:
130
134
131
135
# Uninstall
132
136
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/)
134
138
135
-
**NOTE** Valid just for local/manual installs.
139
+
**NOTE** local/manual installs can be removed with `make uninstall`.
0 commit comments