-
Notifications
You must be signed in to change notification settings - Fork 15.1k
Merge main branch into dev-1.35 #53151
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
Merge main branch into dev-1.35 #53151
Conversation
…onstraints.md Co-authored-by: Xander Grzywinski <xandergrzyw@gmail.com>
* Reword the entry * Use the glossary entry in the EndpointSlice concept page * Add some glossary tooltips
* Explain what an Endpoints is * Explain that Endpoints is deprecated * Reinstate link to relevant docs
special not pecial
Add missing text to the page and include new graphics to illustrate extension points.
Add caution about httpGet probe response size limitations and recommendations for health check endpoints.
Co-authored-by: Qiming Teng <tengqm@outlook.com>
Add documentation for two important edge cases that can cause unexpected behavior with PodTopologySpread constraints: 1. Node label typos: When a node has a typo in its topology label, it is treated as not having that label, causing unexpected scheduling failures or uneven distribution. 2. Ghost pods: When a pod's labels don't match its own spread constraint's labelSelector, it doesn't participate in spread calculations, defeating the purpose of topology spreading. These edge cases help users avoid common misconfigurations and understand unexpected scheduling behavior. Signed-off-by: Mohammad Varmazyar <mrvarmazyar@gmail.com>
…scheduling-eviction/topology-spread-constraints.md Co-authored-by: Rey Lejano <rlejano@gmail.com>
…scheduling-eviction/topology-spread-constraints.md Co-authored-by: Rey Lejano <rlejano@gmail.com>
Co-authored-by: Kensei Nakada <handbomusic@gmail.com>
Signed-off-by: Mohammad Varmazyar <mrvarmazyar@gmail.com>
Signed-off-by: xin.li <xin.li@daocloud.io>
Apply textual corrections pointed out in code review. Co-authored-by: Paulo Ponciano <96355974+paulofponciano@users.noreply.github.com>
'Resize Container Resources' links to an anchor '#resize-container-resources', which doesn't exist on this page. If a reader clicks on the link to learn more about resizing container resources, nothing happens. Updating the link to point to a page about resizing container resources.
Signed-off-by: xin.li <xin.li@daocloud.io>
👷 Deploy Preview for kubernetes-io-vnext-staging processing.
|
✅ Pull request preview available for checkingBuilt without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
/lgtm |
|
LGTM label has been added. Git tree hash: 77dc5e1aae4e093159c1a32509c9d832d3ef3bb7
|
|
/retitle Merge main branch into dev-1.35 |
dipesh-rawat
left a comment
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.
/approve
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dipesh-rawat The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Description
This PR syncs the dev-1.35 branch with the main branch to keep the dev-1.35 branch up to date.
NOTE: I hit a merge conflict today in
website/content/en/docs/concepts/workloads/controllers/statefulset.mdI’ve merged the latest upstream changes and resolved the conflict.
cc: @dipesh-rawat
Issue
Closes: #