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 c0ce740 commit 9c35f9aCopy full SHA for 9c35f9a
docs-source/content/quickstart/prepare.md
@@ -6,10 +6,11 @@ weight: 5
6
---
7
8
9
-1. Create a namespace that can host one or more domains:
+1. Create and label a namespace that can host one or more domains:
10
11
```bash
12
$ kubectl create namespace sample-domain1-ns
13
+ $ kubectl label ns sample-domain1-ns weblogic-operator=enabled
14
```
15
16
1. Configure Traefik to manage ingresses created in this namespace:
0 commit comments