Skip to content

Commit

Permalink
Fixes doc error: namespace name must have changed (#2839)
Browse files Browse the repository at this point in the history
$ kubectl -n local get deployments
No resources found in local namespace.

$ kubectl -n olm get deployments
NAME               READY   UP-TO-DATE   AVAILABLE   AGE
catalog-operator   1/1     1            1           6m11s
olm-operator       1/1     1            1           10m
packageserver      1/1     1            1           10m

Signed-off-by: Brett Tofel <[email protected]>

Signed-off-by: Brett Tofel <[email protected]>
  • Loading branch information
bentito authored Aug 18, 2022
1 parent d9908b4 commit 665c25b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/install/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ This command starts minikube, builds the OLM containers locally with the minikub
$ make run-local
```

You can verify that the OLM components have been successfully deployed by running `kubectl -n local get deployments`
You can verify that the OLM components have been successfully deployed by running `kubectl -n olm get deployments`

**NOTE** It is recommended for development purposes and will use the source locally

Expand Down

0 comments on commit 665c25b

Please sign in to comment.