-
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
Docs for Decoupled TaintManager from NodeLifeCycleController (KEP-3902) #43555
Conversation
👷 Deploy Preview for kubernetes-io-vnext-staging processing.
|
510a858
to
12951f5
Compare
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.
/lgtm
LGTM label has been added. Git tree hash: d06ed5a12d45dfdbb6dd770acf923ac74621029a
|
Hello @atosatto @yuanchen8911 👋, I see there are some changes to the docs in progress. 👍 Please take a look at Documenting for a release - PR Ready for Review to get your PR ready for review before Tuesday 14th November 2023. Thank you! |
content/en/docs/reference/command-line-tools-reference/feature-gates.md
Outdated
Show resolved
Hide resolved
content/en/docs/reference/command-line-tools-reference/feature-gates.md
Outdated
Show resolved
Hide resolved
12951f5
to
ac92d4f
Compare
ac92d4f
to
045eceb
Compare
/lgtm |
LGTM label has been added. Git tree hash: 4d12b29866c2381eaf133bcd221c3fb6c3a7b016
|
045eceb
to
3cce8e0
Compare
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.
/lgtm
@@ -726,6 +727,11 @@ Each feature gate is designed for enabling/disabling a specific feature: | |||
for all workloads. | |||
The seccomp profile is specified in the `securityContext` of a Pod and/or a Container. | |||
- `SecurityContextDeny`: This gate signals that the `SecurityContextDeny` admission controller is deprecated. | |||
- `SeparateTaintEvictionController`: Enables running `TaintEvictionController`, | |||
that performs [Taint Based Evictions](/docs/concepts/scheduling-eviction/taint-and-toleration/#taint-based-evictions), |
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.
that performs [Taint Based Evictions](/docs/concepts/scheduling-eviction/taint-and-toleration/#taint-based-evictions), | |
that performs [Taint-based Evictions](/docs/concepts/scheduling-eviction/taint-and-toleration/#taint-based-evictions), |
- `SeparateTaintEvictionController`: Enables running `TaintEvictionController`, | ||
that performs [Taint Based Evictions](/docs/concepts/scheduling-eviction/taint-and-toleration/#taint-based-evictions), | ||
in a separated controller from `NodeLifecycleController`. When this feature is | ||
enabled, users can optionally disable Taint Based Eviction setting the |
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.
enabled, users can optionally disable Taint Based Eviction setting the | |
enabled, users can optionally disable Taint-based Eviction by setting the |
LGTM label has been added. Git tree hash: 4fd5fcc1e5326b4f7b23e7a1d58379ea79ff0363
|
3cce8e0
to
0f7995e
Compare
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.
/lgtm
LGTM label has been added. Git tree hash: ddbfc89be7ba248894fc34179abb315b5bfd88fc
|
content/en/docs/reference/command-line-tools-reference/feature-gates.md
Outdated
Show resolved
Hide resolved
content/en/docs/reference/command-line-tools-reference/feature-gates.md
Outdated
Show resolved
Hide resolved
content/en/docs/reference/command-line-tools-reference/feature-gates.md
Outdated
Show resolved
Hide resolved
Hello @atosatto @bradtopol @reylejano 👋, Friendly reminder that the deadline to have docs merged is next Tuesday 28th November 2023. If this feature needs documentation and the docs are not ready, the feature may be removed from the milestone. Let me know if you have any questions. Thank you! |
0f7995e
to
394db54
Compare
@tengqm just pushed another update with the suggested changes, would you mind checking again? |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: tengqm, yuanchen8911 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 |
/lgtm |
LGTM label has been added. Git tree hash: c985f97024818b7a660d4521e8304ebbb5819339
|
Placeholder docs for KEP-3902
Implementation on-going in kubernetes/kubernetes#119208