From bffecdce72d87b182ae17e529a4c70a0a97b6813 Mon Sep 17 00:00:00 2001 From: "Alex Ellis (OpenFaaS Ltd)" Date: Fri, 13 Sep 2024 20:55:11 +0100 Subject: [PATCH] Add note on Hetzner for inlets-operator Signed-off-by: Alex Ellis (OpenFaaS Ltd) --- docs/reference/inlets-operator.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/docs/reference/inlets-operator.md b/docs/reference/inlets-operator.md index 2694481..ba3e49d 100644 --- a/docs/reference/inlets-operator.md +++ b/docs/reference/inlets-operator.md @@ -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 @@ -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)