-
Notifications
You must be signed in to change notification settings - Fork 69
Update NodeBalancer hostname #578
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
would check with @jfrederickson or @stvnjacobs to ensure this is a valid example.
openapi.yaml
Outdated
@@ -20248,8 +20248,8 @@ components: | |||
hostname: | |||
type: string | |||
description: > | |||
This NodeBalancer's hostname, ending with _.nodebalancer.linode.com_ | |||
example: nb-207-192-68-16.newark.nodebalancer.linode.com | |||
This NodeBalancer's hostname, ending with _.ip.linodeusercontent.com_ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This NodeBalancer's hostname, ending with _.ip.linodeusercontent.com_ | |
This NodeBalancer's IPv4 address, ending with _.ip.linodeusercontent.com_ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's still correct to call this the hostname, it's just that the hostname is derived from the IPv4 address. (So were the previous ones.)
openapi.yaml
Outdated
This NodeBalancer's hostname, ending with _.nodebalancer.linode.com_ | ||
example: nb-207-192-68-16.newark.nodebalancer.linode.com | ||
This NodeBalancer's hostname, ending with _.ip.linodeusercontent.com_ | ||
example: 123-456-789-00.ip.linodeusercontent.com |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nitpick: that's not a valid IPv4 address, so this hostname could never be generated.
I would probably go with one of the IPs from a range reserved for documentation: https://datatracker.ietf.org/doc/html/rfc5737
Changelog for Cloud Manager v1.66.0, JS Client v0.71.0 and Validation v0.11.0
No description provided.