Skip to content

Commit 0724b0e

Browse files
committed
Note for clientapi
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
1 parent c598bf3 commit 0724b0e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/uplink/create-tunnels.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,11 @@ The `inlets` namespace contains the control plane for inlets uplink, so you'll n
88

99
This approach avoids conflicts on names, and gives better isolation between tenants.
1010

11+
After creating the tunnel, you'll also need to label it `inlets.dev/uplink=1`
12+
1113
```bash
1214
kubectl create namespace acmeco
15+
kubectl label --overwrite namespace acmeco "inlets.dev/uplink"=1
1316
```
1417

1518
Then, create a copy of the license secret in the new namespace:

0 commit comments

Comments
 (0)