Skip to content

Commit 7366bda

Browse files
authored
docs: added cost warnings to readme (#7)
Added warning with respect to cloud costs on Hetzner Cloud.
1 parent f494fb2 commit 7366bda

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ This repository provides an easy way to setup a simple Nomad cluster with self-s
1414

1515
1. Set the `HCLOUD_TOKEN` environment variable
1616

17+
> [!WARNING]
18+
> The development environment runs on Hetzner Cloud servers, which will induce costs.
19+
1720
2. Deploy the development cluster:
1821

1922
```bash
@@ -31,3 +34,9 @@ source example/files/env.sh
3134
```bash
3235
nomad node status
3336
```
37+
38+
⚠️ Do not forget to clean up the development cluster once you are finished:
39+
40+
```sh
41+
make -C example down
42+
```

0 commit comments

Comments
 (0)