Updated the default namespace for operator (#6215)

Co-authored-by: Vincent Hou <shou73@bloomberg.net>
This commit is contained in:
Knative Prow Robot 2025-02-10 19:01:50 +00:00 committed by GitHub
parent 0ee26c6c9e
commit 92e58f5f73
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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: