diff --git a/docs/how-to-configure-address-family.md b/docs/how-to-configure-address-family.md new file mode 100644 index 00000000..dd854a3c --- /dev/null +++ b/docs/how-to-configure-address-family.md @@ -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" +```