From 92e58f5f73a8d3f0ffe857dd2831647a6779439f Mon Sep 17 00:00:00 2001 From: Knative Prow Robot Date: Mon, 10 Feb 2025 19:01:50 +0000 Subject: [PATCH] Updated the default namespace for operator (#6215) Co-authored-by: Vincent Hou --- docs/install/operator/knative-with-operators.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/install/operator/knative-with-operators.md b/docs/install/operator/knative-with-operators.md index e6f49a611aa..08e06180c4e 100644 --- a/docs/install/operator/knative-with-operators.md +++ b/docs/install/operator/knative-with-operators.md @@ -33,10 +33,10 @@ You can find information about the released versions of the Knative Operator on ### Verify your Knative Operator installation -1. Because the Operator is installed to the `default` namespace, ensure you set the current namespace to `default` by running the command: +1. Because the Operator is installed to the `knative-operator` namespace, ensure you set the current namespace to `default` by running the command: ```bash - kubectl config set-context --current --namespace=default + kubectl config set-context --current --namespace=knative-operator ``` 1. Check the Operator deployment status by running the command: