Skip to content

Commit bffecdc

Browse files
committed
Add note on Hetzner for inlets-operator
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent a4a2ccd commit bffecdc

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

docs/reference/inlets-operator.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ For each provider, the minimum requirements tend to be:
1313

1414
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.
1515

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

@@ -269,6 +269,17 @@ arkade install inlets-operator \
269269
--token-file key.json
270270
```
271271

272+
### Create tunnel servers on Hetzner
273+
274+
Create an API key with read/write access, save it to ~/hetzner.txt.
275+
276+
```bash
277+
arkade install inlets-operator \
278+
--provider hetzner \
279+
--region eu-central \
280+
--token-file ~/hetzner.txt
281+
```
282+
272283
### Create tunnel servers on Azure
273284

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

0 commit comments

Comments
 (0)