Skip to content
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

[v1.29] ephemeral-storage-quotas: repromote to beta #3821

Merged
merged 3 commits into from
Oct 5, 2023

Conversation

pacoxu
Copy link
Member

@pacoxu pacoxu commented Feb 2, 2023

#1029: Quotas for Ephemeral Storage

This is discussed in recent sig-node meetings.

Pros:

Cons:

  • if quota id is changed in the kernel layer, is there any potential security problem?

I prefer to promote this if there is no new issue raising about this feature. The last promotion helped us find the bug kubernetes/kubernetes#112624 and kubernetes/kubernetes#115314 that we fixed recently.

  • If there are still other concerns about promoting the feature, we may postpone deciding whether to promote it in v1.28.

@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Feb 2, 2023
@k8s-ci-robot k8s-ci-robot added kind/kep Categorizes KEP tracking issues and PRs modifying the KEP directory sig/node Categorizes an issue or PR as relevant to SIG Node. size/S Denotes a PR that changes 10-29 lines, ignoring generated files. labels Feb 2, 2023
@pacoxu
Copy link
Member Author

pacoxu commented Feb 2, 2023

/assign @rphillips @mrunalp

@pacoxu pacoxu changed the title update ephemeral-storage-quotas v1.27 to repromote to beta ephemeral-storage-quotas: repromote to beta Feb 2, 2023
@bart0sh
Copy link
Contributor

bart0sh commented Feb 5, 2023

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Feb 5, 2023
@pacoxu
Copy link
Member Author

pacoxu commented Feb 7, 2023

The CI can pass with kubernetes/kubernetes#115314.

If the blocking issue is fixed, I still prefer to promote it to beta in v1.27 or the future release.

pacoxu added 2 commits April 4, 2023 12:01
Signed-off-by: Paco Xu <paco.xu@daocloud.io>
Signed-off-by: Paco Xu <paco.xu@daocloud.io>
@pacoxu pacoxu force-pushed the repromote-quota-monitoring branch from 37eff4e to 46319d4 Compare April 4, 2023 04:02
@k8s-ci-robot k8s-ci-robot removed the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Apr 4, 2023
@pacoxu pacoxu mentioned this pull request May 6, 2023
22 tasks
@pacoxu
Copy link
Member Author

pacoxu commented May 6, 2023

Ping @rphillips @mrunalp

/assign @SergeyKanzhelev

@pacoxu
Copy link
Member Author

pacoxu commented May 25, 2023

Any new thoughts on this @rphillips

@bart0sh
Copy link
Contributor

bart0sh commented Aug 25, 2023

/lgtm
/assign @derekwaynecarr @dchen1107

@k8s-ci-robot k8s-ci-robot added lgtm "Looks good to me", indicates that a PR is ready to be merged. and removed lgtm "Looks good to me", indicates that a PR is ready to be merged. labels Aug 25, 2023
@pacoxu pacoxu force-pushed the repromote-quota-monitoring branch 2 times, most recently from c0d0992 to da84d87 Compare August 31, 2023 04:48
@pacoxu pacoxu changed the title ephemeral-storage-quotas: repromote to beta [v1.29] ephemeral-storage-quotas: repromote to beta Sep 14, 2023

### Version 1.29

- Promote `LocalStorageCapacityIsolationFSMonitoring` to Beta
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Gradutaiton criteria for beta:

  • User feedback
  • Benchmarks to determine latency and overhead of using quotas relative to existing monitoring solution
  • Cleanup

Is there anything you can share w.r.t. the above? Perhaps add it to this readme file.

Also test plan list one e2e test. Do we need to have a test that validates file systems that do not has this capability? Is it something we need to test?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The test was added at kubernetes/test-infra#28616.

Some general test of the performance benchmark is like below. And the metric was added kubernetes/kubernetes#107201.

  • for 2 Gi volume, without this FG, it takes 1-2 minutes. with the FG enabled, it takes 1-10ms.

Cleanup is vague to me.

User feedback part: @rphillips do you have some? We enabled this in some test env and only few customers give it a try in some very old version kubelet.(I suppose we should not add the detailed feedback here.)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also test plan list one e2e test. Do we need to have a test that validates file systems that do not has this capability? Is it something we need to test?

Do you mean that we should do some fall back test when this is not supported? The fall back behavior is everywhere, I think.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ACK @SergeyKanzhelev do you have some further comments?

@pacoxu pacoxu force-pushed the repromote-quota-monitoring branch from da84d87 to 538c340 Compare September 22, 2023 12:43
@k8s-ci-robot k8s-ci-robot added size/L Denotes a PR that changes 100-499 lines, ignoring generated files. and removed size/S Denotes a PR that changes 10-29 lines, ignoring generated files. labels Sep 22, 2023
@pacoxu pacoxu force-pushed the repromote-quota-monitoring branch from 538c340 to 555e819 Compare September 22, 2023 12:55
@k8s-ci-robot k8s-ci-robot added size/S Denotes a PR that changes 10-29 lines, ignoring generated files. and removed size/L Denotes a PR that changes 100-499 lines, ignoring generated files. labels Sep 22, 2023
Copy link
Member

@SergeyKanzhelev SergeyKanzhelev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Oct 5, 2023
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: mrunalp, pacoxu, SergeyKanzhelev

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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Oct 5, 2023
@k8s-ci-robot k8s-ci-robot merged commit f2784e2 into kubernetes:master Oct 5, 2023
@k8s-ci-robot k8s-ci-robot added this to the v1.29 milestone Oct 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. kind/kep Categorizes KEP tracking issues and PRs modifying the KEP directory lgtm "Looks good to me", indicates that a PR is ready to be merged. sig/node Categorizes an issue or PR as relevant to SIG Node. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.
Projects
Development

Successfully merging this pull request may close these issues.

9 participants