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

Graduate ReadWriteOncePod to GA #121077

Merged
merged 1 commit into from Oct 24, 2023

Conversation

chrishenzie
Copy link
Member

What type of PR is this?

/kind feature

Does this PR introduce a user-facing change?

Graduate the `ReadWriteOncePod` feature gate to GA

Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.:

- [KEP]: https://github.com/kubernetes/enhancements/issues/2485

/sig storage
/sig scheduling
/milestone 1.29
/cc @msau42
/cc @alculquicondor

@k8s-ci-robot
Copy link
Contributor

@chrishenzie: You must be a member of the kubernetes/milestone-maintainers GitHub team to set the milestone. If you believe you should be able to issue the /milestone command, please contact your Milestone Maintainers Team and have them propose you as an additional delegate for this responsibility.

In response to this:

What type of PR is this?

/kind feature

Does this PR introduce a user-facing change?

Graduate the `ReadWriteOncePod` feature gate to GA

Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.:

- [KEP]: https://github.com/kubernetes/enhancements/issues/2485

/sig storage
/sig scheduling
/milestone 1.29
/cc @msau42
/cc @alculquicondor

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.

@k8s-ci-robot k8s-ci-robot added release-note Denotes a PR that will be considered when it comes time to generate release notes. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. kind/feature Categorizes issue or PR as related to a new feature. sig/storage Categorizes an issue or PR as relevant to SIG Storage. sig/scheduling Categorizes an issue or PR as relevant to SIG Scheduling. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. labels Oct 9, 2023
@k8s-ci-robot
Copy link
Contributor

This issue is currently awaiting triage.

If a SIG or subproject determines this is a relevant issue, they will accept it by applying the triage/accepted label and provide further guidance.

The triage/accepted label can be added by org members by writing /triage accepted in a comment.

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.

@k8s-ci-robot k8s-ci-robot added the needs-priority Indicates a PR lacks a `priority/foo` label and requires one. label Oct 9, 2023
@k8s-ci-robot k8s-ci-robot added size/L Denotes a PR that changes 100-499 lines, ignoring generated files. area/test sig/apps Categorizes an issue or PR as relevant to SIG Apps. sig/testing Categorizes an issue or PR as relevant to SIG Testing. and removed size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Oct 11, 2023
@kerthcet
Copy link
Member

Hi @chrishenzie from sig-scheduling, I think we have more places to remove this configuration, e.g.

  • pkg/scheduler/framework/plugins
  • pkg/scheduler/framework/plugins/feature
  • pkg/scheduler/framework/plugins/volumerestrictions/volume_restrictions_test.go
  • pkg/scheduler/framework/plugins/volumerestrictions/volume_restrictions.go

agree?

@chrishenzie
Copy link
Member Author

@kerthcet From my understanding the plan is to remove all feature gating logic two releases after GA.

@chrishenzie
Copy link
Member Author

/assign kerthcet

@alculquicondor
Copy link
Member

alculquicondor commented Oct 18, 2023

Were the E2E tests completed during beta?
Can you add the links in the KEP? https://github.com/kubernetes/enhancements/tree/master/keps/sig-storage/2485-read-write-once-pod-pv-access-mode#e2e-tests

@kerthcet
Copy link
Member

kerthcet commented Oct 19, 2023

@kerthcet From my understanding the plan is to remove all feature gating logic two releases after GA.

oh, I didn't know that, I thought since feature-gate GAed, we should remove all the related logics for we can't disable the feature anymore, like

func NewInTreeRegistry() runtime.Registry {
	fts := plfeature.Features{
		EnableReadWriteOncePod: feature.DefaultFeatureGate.Enabled(features.ReadWriteOncePod),
}

@k8s-ci-robot k8s-ci-robot added area/kubelet sig/node Categorizes an issue or PR as relevant to SIG Node. labels Oct 19, 2023
@chrishenzie
Copy link
Member Author

Were the E2E tests completed during beta? Can you add the links in the KEP?

Yes they were. Updating in kubernetes/enhancements#4306.

@alculquicondor
Copy link
Member

Please fix linter

@bart0sh
Copy link
Contributor

bart0sh commented Oct 20, 2023

/remove-sig node

@k8s-ci-robot k8s-ci-robot removed the sig/node Categorizes an issue or PR as relevant to SIG Node. label Oct 20, 2023
@bart0sh bart0sh moved this from Triage to Done in SIG Node PR Triage Oct 20, 2023
@k8s-ci-robot k8s-ci-robot added the sig/node Categorizes an issue or PR as relevant to SIG Node. label Oct 20, 2023
@kerthcet
Copy link
Member

/retest

Copy link
Member

@kerthcet kerthcet left a comment

Choose a reason for hiding this comment

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

LGTM fro sig-scheduling, so
/approve

Copy link
Member

@alculquicondor alculquicondor left a comment

Choose a reason for hiding this comment

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

/lgtm
/approve
as well :)

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

LGTM label has been added.

Git tree hash: 72e79f69612b4262844068cb8d62a5f194f7ab21

@dims
Copy link
Member

dims commented Oct 23, 2023

/assign @msau42 @xing-yang

(for sig-storage approval)

@msau42
Copy link
Member

msau42 commented Oct 24, 2023

/lgtm
/approve

@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: alculquicondor, chrishenzie, kerthcet, msau42

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 24, 2023
@k8s-ci-robot
Copy link
Contributor

@chrishenzie: The following test failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
pull-kubernetes-unit 2dbd405 link unknown /test pull-kubernetes-unit

Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR.

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. I understand the commands that are listed here.

@pacoxu
Copy link
Member

pacoxu commented Oct 24, 2023

/test pull-kubernetes-unit
The flake is tracked in #121451

@k8s-ci-robot k8s-ci-robot merged commit 6d7d249 into kubernetes:master Oct 24, 2023
19 of 20 checks passed
@k8s-ci-robot k8s-ci-robot added this to the v1.29 milestone Oct 24, 2023
@chrishenzie chrishenzie deleted the readwriteoncepod-ga branch October 24, 2023 16:24
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. area/kubelet area/test cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. kind/feature Categorizes issue or PR as related to a new feature. lgtm "Looks good to me", indicates that a PR is ready to be merged. needs-priority Indicates a PR lacks a `priority/foo` label and requires one. needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. release-note Denotes a PR that will be considered when it comes time to generate release notes. sig/apps Categorizes an issue or PR as relevant to SIG Apps. sig/node Categorizes an issue or PR as relevant to SIG Node. sig/scheduling Categorizes an issue or PR as relevant to SIG Scheduling. sig/storage Categorizes an issue or PR as relevant to SIG Storage. sig/testing Categorizes an issue or PR as relevant to SIG Testing. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

None yet

9 participants