Skip to content

Commit

Permalink
Updated readme with provisioning information for Hetzner.
Browse files Browse the repository at this point in the history
Signed-off-by: Johannes Tegnér <johannes@jitesoft.com>
  • Loading branch information
Johannestegner authored and alexellis committed Jul 23, 2020
1 parent cc92655 commit 8bc3d04
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,19 @@ inletsctl create --provider scaleway \

The region is hard-coded to France / Paris 1.

### Example usage with Hetzner

```sh
# Obtain the API token from Hetzner Cloud Console.
export TOKEN=""

inletsctl create --provider hetzner \
--access-token $TOKEN \
--region hel1
```

Available regions are `hel1` (Helsinki), `nur1` (Nuremberg), `fsn1` (Falkenstein).

## Examples for `inletsctl kfwd`

The `inletsctl kfwd` command can port-forward services from within your local Kubernetes cluster to your local network or computer.
Expand Down

0 comments on commit 8bc3d04

Please sign in to comment.