-
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
Add EventedPLEG to FeatureGates doc #37715
Conversation
/lgtm |
@swghosh: changing LGTM is restricted to collaborators 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. |
✅ Pull request preview available for checkingBuilt without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify site settings. |
/lgtm |
/lgtm cancel /hold @harche, this PR must target the dev-1.26 branch and not main (which is the live website) Please edit the PR to change its merge base and target branch. |
/sig node |
@sftim I have changed the target branch to Thanks. |
/hold cancel |
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.
Thanks. Some feedback - I hope this feels relevant.
- `EventedPLEG`: Enable `EventedPLEG` for the kubelet. `EventedPLEG` also needs to be enabled in the CRI runtime | ||
for this feature to work. If the CRI runtime does not implement `EventedPLEG` then kubelet will automatically switch to existing `GenericPLEG` even after enabling this feature. |
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.
- What is an evented PLEG? Please at least explain the abbreviation.
- You can write
{{< glossary_tooltip text="container runtime" term_id="container-runtime" >}}
which renders as “container runtime” with a tooltip and a hyperlink to more info; no need to mention that the runtime is CRI compatible because Kubernetes doesn't support anything else. GenericPLEG
isn't a feature gate name, so write “the legacy generic PLEG”.
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.
@sftim Thanks for your feedback. I made some changes based on it, please let me know what do you think. Thanks.
👷 Deploy Preview for kubernetes-io-vnext-staging processing.
|
Signed-off-by: Harshal Patil <harpatil@redhat.com>
/approve |
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: 3cf4d7a6246d46591eb7af2c76903719351097ca
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: krol3, tengqm 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 |
/remove-area blog release-eng |
Signed-off-by: Harshal Patil harpatil@redhat.com
Add EventedPLEG to FeatureGates doc.
Corresponding PR - kubernetes/kubernetes#111384
Enhancement - kubernetes/enhancements#3386