-
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
[WIP] add placeholder docs for disabling node ports for Service Type=LB #24928
[WIP] add placeholder docs for disabling node ports for Service Type=LB #24928
Conversation
Promote pid limits to ga
Update config.toml to prepare 1.20 branch for the release
Merge master into dev-1.20 to keep in sync
Merge master into dev-1.20 to keep in sync
pid limiting documentation
Promote startupProbe to GA in 1.20
Update docs for ServiceAccountIssuerDiscovery beta
Merge master into dev-1.20 to keep in sync
Signed-off-by: Andrew Keesler <[email protected]>
Updating doc for setHostnameAsFQDN feature to beta in v1.20
add documentation for system:monitoring rbac policy
SCTP is GA in 1.20
Merge master into dev-1.20 to keep in sync
Co-authored-by: Tim Bannister <[email protected]>
Updating Service AppProtocol to GA
Updating EndpointSlice docs for 1.20
Update GC cross-namespace note
Misc updates to intro-windows-in-kubernetes.md
Add section on Built-in Defaulting
In 1.20 an optional metrics endpoint is added to the scheduler that allows administrators to see the requested pod resources and the imposed pod limits as metrics to better understand the capacity and usage of the system under the pod model. Describe how these metrics can be seen under cluster-administration.
docs: Scheduler resource tracking metrics
Exception requested/granted. PR will be ready for review by EOD Wednesday the 25th |
* Document log sanitization feature * Fill in log sanitization documentation * Update content/en/docs/concepts/cluster-administration/system-logs.md Co-authored-by: Marek Siarkowicz <[email protected]> Co-authored-by: Rob Franken <[email protected]> Co-authored-by: Rob Franken <[email protected]>
Follow up to PR #24845, following the remarks kbhawkey had
Small wording update on Log sanitization docs
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.
Do we also want to revise https://kubernetes.io/docs/tutorials/services/source-ip/?
#### Disabling Node Ports | ||
|
||
TODO | ||
|
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.
We should also document that a LoadBalancer service comes, by default, with a NodePort.
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.
Good point, will add some words for that
Signed-off-by: Krzysztof Wiatrzyk <[email protected]>
Update Topology Manager documentation to include the scope feature
I don't think so since we haven't changed any defaults around node ports so everything there still seems accurate. |
@andrewsykim: PR needs rebase. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Signed-off-by: Andrew Sy Kim <[email protected]>
Closing in favor of #25228 |
/close |
@andrewsykim: Closed this PR. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Signed-off-by: Andrew Sy Kim [email protected]
Placeholder docs for KEP kubernetes/enhancements#1864
Documents that node ports can now be optionally disabled for Service Type=LoadBalancer.
cc @uablrek