Skip to content

Commit

Permalink
Added IPv6 on the advertise-address description
Browse files Browse the repository at this point in the history
Signed-off-by: Roberto Bonafiglia <[email protected]>
  • Loading branch information
rbrtbnfgl committed Oct 10, 2023
1 parent 6dba46f commit 3419046
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/cli/server.md
Original file line number Diff line number Diff line change
Expand Up @@ -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<br/>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 |

Expand Down

0 comments on commit 3419046

Please sign in to comment.