Skip to content

Commit

Permalink
docs: how to configure the address family (#819)
Browse files Browse the repository at this point in the history
The environment variable `HCLOUD_INSTANCES_ADDRESS_FAMILY` controls the
address family used when initializing a node. This variable has not been
documented yet, which caused an issue in #803.

---------

Co-authored-by: Jonas L. <[email protected]>
  • Loading branch information
lukasmetzner and jooola authored Dec 16, 2024
1 parent e8341af commit e827ade
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/how-to-configure-address-family.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# How to configure the address family

To control the address family used when initializing a node, the `HCLOUD_INSTANCES_ADDRESS_FAMILY` environment variable can be set to `ipv4`, `ipv6` or `dualstack`. By default, the value is set to `ipv4`.

## Configuration via Helm

```yaml
# values.yaml
---
env:
HCLOUD_INSTANCES_ADDRESS_FAMILY:
value: "dualstack"
```

0 comments on commit e827ade

Please sign in to comment.