Skip to content

Commit 92e58f5

Browse files
Updated the default namespace for operator (#6215)
Co-authored-by: Vincent Hou <shou73@bloomberg.net>
1 parent 0ee26c6 commit 92e58f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/install/operator/knative-with-operators.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ You can find information about the released versions of the Knative Operator on
3333

3434
### Verify your Knative Operator installation
3535

36-
1. Because the Operator is installed to the `default` namespace, ensure you set the current namespace to `default` by running the command:
36+
1. Because the Operator is installed to the `knative-operator` namespace, ensure you set the current namespace to `default` by running the command:
3737

3838
```bash
39-
kubectl config set-context --current --namespace=default
39+
kubectl config set-context --current --namespace=knative-operator
4040
```
4141

4242
1. Check the Operator deployment status by running the command:

0 commit comments

Comments
 (0)