From 665c25b3c42126b896791d8af9589fab2948080d Mon Sep 17 00:00:00 2001 From: Brett Tofel Date: Wed, 17 Aug 2022 21:59:46 -0400 Subject: [PATCH] Fixes doc error: namespace name must have changed (#2839) $ 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 Signed-off-by: Brett Tofel --- doc/install/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/install/install.md b/doc/install/install.md index b842906146..4be3e31aba 100644 --- a/doc/install/install.md +++ b/doc/install/install.md @@ -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