-
Notifications
You must be signed in to change notification settings - Fork 1.5k
KEP-4205: Split the two phases into two KEPs and update Alpha and Beta requirements #5409
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
base: master
Are you sure you want to change the base?
Conversation
@roycaihw: GitHub didn't allow me to request PR reviews from the following users: tiraboschi. Note that only kubernetes members and repo collaborators can review this PR, and authors cannot review their own PRs. 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-sigs/prow repository. |
/retitle KEP-4205: Split the two phases into two KEPs and update Alpha and Beta requirements |
b399df8
to
1757134
Compare
@haircommander I've updated the two KEPs as suggested. PTAL
|
one note but generally this LGTM |
PRR shadow:
|
PRR lgtm. /approve |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: deads2k, roycaihw 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 |
|
||
# The following PRR answers are required at alpha release | ||
# List the feature gate name and the components for which it must be enabled | ||
feature-gates: | ||
- name: PSINodeCondition | ||
- name: KubeletPSI |
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.
for posterity: this was already done for alpha, we're not changing the feature gate name
/lgtm |
- Initial e2e tests completed and enabled if CRI implementation supports | ||
it. | ||
- Add documentation for the feature. | ||
|
||
#### Beta | ||
|
||
- Feature gate is enabled by default. | ||
- Extend e2e test coverage. | ||
- Allowing time for feedback. |
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.
Have we gathered any performance implications of enabling and gather PSI? Will there be a knob for turning this on/off?
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.
no knob once this goes GA, though I do agree there should be perf testing done. When CRI stats comes along, technically the CRI implementation could be configured whether to report PSI metrics or not. We also could introduce a knob in the kubelet config, as CRI stats has been "coming" for years now...
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.
another thing to consider--if the node has psi off but cadvisor is trying to collect the metrics, what happens?
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.
I added performance testing to the beta requirements. PTAL
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.
@roycaihw I don't see it in the beta list above.
Also update the KEP to reflect the Alpha implementation details
7135412
to
ec090f0
Compare
New changes are detected. LGTM label has been removed. |
/sig node
/cc @haircommander @ndixita @tiraboschi