-
Notifications
You must be signed in to change notification settings - Fork 14.4k
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
Modify loadbalancer docs for external source ip preservation feature #1062
Conversation
"type": "LoadBalancer" | ||
} | ||
} | ||
|
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.
you should explain what this does to achieve the result, including only routing locally, the fact that nodeports are not handled yet, and the basic healthchecks stuff
02b0238
to
205fb76
Compare
@@ -37,15 +43,15 @@ Your configuration file might look like: | |||
"type": "LoadBalancer" | |||
} | |||
} | |||
|
|||
``` |
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.
need a blank line after tick blocks or GH may render it badly
205fb76
to
bfffe19
Compare
Also note this feature is not currently implemented for all cloudproviders/environments. | ||
|
||
### Caveats and Limitations when preserving source IPs | ||
|
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.
Still want a note that this does not yet work on nodePorts, so "proxy style" balancers can not use this yet.
One nit then docs LGTM |
bfffe19
to
cb8e58f
Compare
Fixed nit...marking LGTM. |
cb8e58f
to
3ebf1ff
Compare
Rebased. |
Fixes #1058 |
needs a rebase |
345d13c
to
f1fb380
Compare
I tried the "Update branch" button but it does a pull instead of a rebase. Rebased manually instead. |
cc @kubernetes/docs |
Signed-off-by: Charles Pretzer <[email protected]>
…s/rojopolis/spellcheck-github-actions-0.25.0 chore(deps): bump rojopolis/spellcheck-github-actions from 0.24.0 to 0.25.0
WIP - here is the first crack at explaining the new annotation and feature gate.
This change is