Skip to content

Commit

Permalink
Note for clientapi
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
  • Loading branch information
alexellis committed Oct 3, 2024
1 parent c598bf3 commit 0724b0e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/uplink/create-tunnels.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,11 @@ The `inlets` namespace contains the control plane for inlets uplink, so you'll n

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

After creating the tunnel, you'll also need to label it `inlets.dev/uplink=1`

```bash
kubectl create namespace acmeco
kubectl label --overwrite namespace acmeco "inlets.dev/uplink"=1
```

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

0 comments on commit 0724b0e

Please sign in to comment.