From 3419046dd76aa6cfc7fab5bf8a7dd0f2bc679603 Mon Sep 17 00:00:00 2001 From: Roberto Bonafiglia Date: Fri, 29 Sep 2023 15:40:50 +0200 Subject: [PATCH] Added IPv6 on the advertise-address description Signed-off-by: Roberto Bonafiglia --- docs/cli/server.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cli/server.md b/docs/cli/server.md index a50aa652f..bf874cc2d 100644 --- a/docs/cli/server.md +++ b/docs/cli/server.md @@ -96,7 +96,7 @@ The following options must be set to the same value on all servers in the cluste | --------------------------- | ------------------------ | -------------------------------------------------------------------------------------------- | | `--bind-address` value | 0.0.0.0 | k3s bind address | | `--https-listen-port` value | 6443 | HTTPS listen port | -| `--advertise-address` value | node-external-ip/node-ip | IPv4 address that apiserver uses to advertise to members of the cluster | +| `--advertise-address` value | node-external-ip/node-ip | IPv4/IPv6 address that apiserver advertises for its service endpoint
Note that the primary `service-cidr` IP range must be of the same address family as the advertised address | | `--advertise-port` value | listen-port/0 | Port that apiserver uses to advertise to members of the cluster | | `--tls-san` value | N/A | Add additional hostnames or IPv4/IPv6 addresses as Subject Alternative Names on the TLS cert |