Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added IPv6 on the advertise-address description #182

Merged
merged 1 commit into from
Oct 10, 2023

Conversation

rbrtbnfgl
Copy link
Contributor

Added IPv6 also on the advertise-address description because is a valid value in case IPv6 is the primary address for the service CIDR.

@@ -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/6 address that apiserver uses to advertise to members of the cluster (note that the primary service cluster IP range should be of the same family of the advertised address) |
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We use IPv4/IPv6 for other flag descriptions, and a nit on the wording.
I think the note will also look better on a separate line

Suggested change
| `--advertise-address` value | node-external-ip/node-ip | IPv4/6 address that apiserver uses to advertise to members of the cluster (note that the primary service cluster IP range should be of the same family of the advertised address) |
| `--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 |

@rbrtbnfgl rbrtbnfgl merged commit 3419046 into k3s-io:main Oct 10, 2023
3 checks passed
@rbrtbnfgl rbrtbnfgl deleted the advertise_ip branch October 10, 2023 09:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants