Skip to content

Conversation

hzoppetti
Copy link
Contributor

updated NodeBalancer config to include ProxyProtocol

enough for it to be considered unhealthy and taken out of rotation.
example: true
x-linode-cli-display: 6
proxy_protocol:
Copy link

Choose a reason for hiding this comment

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

@hzoppetti it accepts "v1", "v2", and "none", so it is not nullable

Copy link
Contributor Author

Choose a reason for hiding this comment

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

updated enum

openapi.yaml Outdated
enables the termination of TCP connections.


Linode NodeBalancers supports two versions, `v1` and `v2`. `v1` is human readable
Copy link

Choose a reason for hiding this comment

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

Another comment. Comparing this to other descriptions in the same section (e.g. stickiness) , this is better be formatted as

  • If set to none NodeBalancer doesn't send any auxiliary data over TCP connections
  • If set to v1 the version 1 (human readable) of ProxyProtocol is used
  • If set to v2 the version 2 (binary) of ProxyProtocol is used


If ommited from the configuration, the default is `none`.
type: string
enum:
Copy link

Choose a reason for hiding this comment

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

none should come first (compare with other items, e.g., stickiness)

@leslitagordita leslitagordita merged commit 2d399cc into linode:development Sep 8, 2020
LBGarber pushed a commit to LBGarber/linode-api-docs that referenced this pull request Jun 15, 2022
…os-0.21.1

Bump axios from 0.19.0 to 0.21.1
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