Skip to content

Commit

Permalink
Add note on Hetzner for inlets-operator
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 Sep 13, 2024
1 parent a4a2ccd commit bffecdc
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion docs/reference/inlets-operator.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ For each provider, the minimum requirements tend to be:

You can install the inlets-operator's Helm chart using a single command with [arkade](https://arkade.dev/). arkade is an open-source Kubernetes marketplace and easy to use. Helm involves more commands, and is preferred by power users.

> You can [subscribe to inlets for personal or commercial use via Gumroad](https://inlets.dev/blog/2021/07/27/monthly-subscription.html)
> You can [subscribe to inlets for personal or commercial use via Gumroad](https://inlets.dev/pricing)
## Tunnel Custom Resource Definition (CRD) and lifecycle

Expand Down Expand Up @@ -269,6 +269,17 @@ arkade install inlets-operator \
--token-file key.json
```

### Create tunnel servers on Hetzner

Create an API key with read/write access, save it to ~/hetzner.txt.

```bash
arkade install inlets-operator \
--provider hetzner \
--region eu-central \
--token-file ~/hetzner.txt
```

### Create tunnel servers on Azure

Instructions for [Azure](https://azure.com)
Expand Down

0 comments on commit bffecdc

Please sign in to comment.