-
Notifications
You must be signed in to change notification settings - Fork 14.6k
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
KEP-1672: update docs for EndpointSliceTerminatingCondition #37913
Conversation
👷 Deploy Preview for kubernetes-io-vnext-staging processing.
|
[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 |
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.
Hi. These changes should fix the build.
content/en/docs/concepts/services-networking/endpoint-slices.md
Outdated
Show resolved
Hide resolved
content/en/docs/concepts/services-networking/endpoint-slices.md
Outdated
Show resolved
Hide resolved
content/en/docs/reference/command-line-tools-reference/feature-gates.md
Outdated
Show resolved
Hide resolved
@@ -606,7 +607,7 @@ Each feature gate is designed for enabling/disabling a specific feature: | |||
filesystem walk for better performance and accuracy. | |||
- `LogarithmicScaleDown`: Enable semi-random selection of pods to evict on controller scaledown | |||
based on logarithmic bucketing of pod timestamps. | |||
- `MatchLabelKeysInPodTopologySpread`: Enable the `matchLabelKeys` field for | |||
- `MatchLabelKeysInPodTopologySpread`: Enable the `matchLabelKeys` field for |
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.
Ideally, don't let your editor touch this line.
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.
Sorry, my editor is configured to automatically format any file on save 🙃
834e8e9
to
e4cefae
Compare
content/en/docs/reference/command-line-tools-reference/feature-gates.md
Outdated
Show resolved
Hide resolved
cc @krol3, we need to track this too. Atm checking with Enhancements why we removed it from the milestone kubernetes/enhancements#1672 (comment) |
923f93d
to
8d3a3a0
Compare
content/en/docs/reference/command-line-tools-reference/feature-gates.md
Outdated
Show resolved
Hide resolved
Awesome, lets get this in ASAP for 1.26 |
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.
Are these condition names written camel case (camelCaseExample
aka lowerCamelCaseExample
), Pascal case (PascalCaseExample
), initial caps (Initialcapsexample
) or something else?
For GA, we should get details like this right.
Signed-off-by: Andrew Sy Kim <[email protected]>
Signed-off-by: Andrew Sy Kim <[email protected]>
Updated conditions to use lower case |
This looks ready for tech review. |
/assign @robscott |
Thanks @andrewsykim! /lgtm |
Hi. This now needs to target main /lgtm cancel |
Update docs for EndpointSliceTerminatingCondition
kubernetes/enhancements#1672