We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ee26c6 commit 92e58f5Copy full SHA for 92e58f5
docs/install/operator/knative-with-operators.md
@@ -33,10 +33,10 @@ You can find information about the released versions of the Knative Operator on
33
34
### Verify your Knative Operator installation
35
36
-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:
37
38
```bash
39
- kubectl config set-context --current --namespace=default
+ kubectl config set-context --current --namespace=knative-operator
40
```
41
42
1. Check the Operator deployment status by running the command:
0 commit comments