Skip to content

Commit 40ac14f

Browse files
Started docs (#5373)
Signed-off-by: Venkat Ramaraju <[email protected]>
1 parent ef995c5 commit 40ac14f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

website/content/en/docs/olm-integration/tutorial-bundle.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,15 @@ subscriptions.operators.coreos.com CustomResourceDefin
5555

5656
All resources listed should have status `Installed`.
5757

58+
59+
**Note:** The `operator-sdk olm status` command is geared to detect the status of OLM that was installed by installation methods like `operator-sdk olm install` or by applying OLM [manifests][olm-manifests] directly on the cluster. This command retrieves the resources that were compiled into SDK at the time of installation from the OLM [manifests][olm-manifests]. However, if OLM was installed in a cluster in a custom fashion (such as in OpenShift clusters), it is possible that some resources will show a `Not Found` status when the `operator-sdk olm status` command is issued.
60+
61+
To check the true status of such resources in OCP clusters, run:
62+
63+
```
64+
oc get <resource-name> -n <resource-namespace>
65+
```
66+
5867
If OLM is not already installed, go ahead and install the latest version:
5968

6069
```console
@@ -293,3 +302,4 @@ In-depth discussions of OLM concepts mentioned here:
293302
[catalogsource]:https://olm.operatorframework.io/docs/concepts/crds/catalogsource/
294303
[subscription]:https://olm.operatorframework.io/docs/concepts/crds/subscription/
295304
[olm-install]:https://olm.operatorframework.io/docs/tasks/install-operator-with-olm/
305+
[olm-manifests]:https://github.com/operator-framework/operator-lifecycle-manager/blob/master/deploy/upstream/quickstart/olm.yaml

0 commit comments

Comments
 (0)