Skip to content

Conversation

@carlory
Copy link
Member

@carlory carlory commented Nov 28, 2023

What type of PR is this?

/kind cleanup

What this PR does / why we need it:

keep-terminated-pod-volumes flag on kubelet is deprecated in 1.8.

FYI:

Which issue(s) this PR fixes:

Ref #45615

Special notes for your reviewer:

Does this PR introduce a user-facing change?

ACTION REQUIRED: Kubelet flag `--keep-terminated-pod-volumes` was removed. This flag was deprecated in 2017. 

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

 
@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/L Denotes a PR that changes 100-499 lines, ignoring generated files. kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. labels Nov 28, 2023
@k8s-ci-robot
Copy link
Contributor

Please note that we're already in Test Freeze for the release-1.29 branch. This means every merged PR will be automatically fast-forwarded via the periodic ci-fast-forward job to the release branch of the upcoming v1.29.0 release.

Fast forwards are scheduled to happen every 6 hours, whereas the most recent run was: Tue Nov 28 04:03:42 UTC 2023.

@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. area/kubelet labels Nov 28, 2023
@k8s-ci-robot k8s-ci-robot added do-not-merge/needs-sig Indicates an issue or PR lacks a `sig/foo` label and requires one. area/test needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. 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/storage Categorizes an issue or PR as relevant to SIG Storage. needs-priority Indicates a PR lacks a `priority/foo` label and requires one. sig/testing Categorizes an issue or PR as relevant to SIG Testing. and removed do-not-merge/needs-sig Indicates an issue or PR lacks a `sig/foo` label and requires one. labels Nov 28, 2023
@carlory
Copy link
Member Author

carlory commented Nov 28, 2023

/cc @gnufied

@k8s-ci-robot k8s-ci-robot requested a review from gnufied November 28, 2023 07:18
@bart0sh
Copy link
Contributor

bart0sh commented Nov 28, 2023

/triage accepted
/priority important-longterm

@k8s-ci-robot k8s-ci-robot added triage/accepted Indicates an issue or PR is ready to be actively worked on. priority/important-longterm Important over the long term, but may not be staffed and/or may need multiple releases to complete. and removed needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. needs-priority Indicates a PR lacks a `priority/foo` label and requires one. labels Nov 28, 2023
@carlory
Copy link
Member Author

carlory commented Jan 5, 2024

/cc @jsafrane

@k8s-ci-robot k8s-ci-robot requested a review from jsafrane January 5, 2024 03:40
@carlory
Copy link
Member Author

carlory commented Jan 23, 2024

Friendly ping @tallclair, can you take a look at this PR? Is it time to remove the deprecated flag. I see this flag is mentioned by #122916

@bart0sh
Copy link
Contributor

bart0sh commented Jan 25, 2024

/lgtm
/assign @jsafrane @gnufied
for a final approval

@k8s-ci-robot k8s-ci-robot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Mar 1, 2024
@carlory carlory force-pushed the remove-keep-terminated-pod-volumes branch from 784ccfc to 5bfeb53 Compare March 1, 2024 10:30
@k8s-ci-robot k8s-ci-robot removed the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Mar 1, 2024
@k8s-ci-robot k8s-ci-robot removed the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Mar 1, 2024
@carlory
Copy link
Member Author

carlory commented Mar 1, 2024

rebased upstream to resolve confliction.

/cc @bart0sh @mrunalp @sjenning

@carlory carlory force-pushed the remove-keep-terminated-pod-volumes branch from 5bfeb53 to b47c73e Compare March 1, 2024 10:42
@carlory
Copy link
Member Author

carlory commented Mar 3, 2024

/retest

@carlory
Copy link
Member Author

carlory commented Mar 6, 2024

/test pull-kubernetes-e2e-gce-storage-slow

@carlory
Copy link
Member Author

carlory commented Mar 26, 2024

@bart0sh
Copy link
Contributor

bart0sh commented Mar 27, 2024

/lgtm

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

LGTM label has been added.

DetailsGit tree hash: 511a73fc7065e82ada9916b58af7512deb76e5f8

Copy link
Contributor

@mrunalp mrunalp left a comment

Choose a reason for hiding this comment

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

/lgtm

@carlory
Copy link
Member Author

carlory commented Mar 29, 2024

/cc @pohly @dims

For a test review.

@k8s-ci-robot k8s-ci-robot requested review from dims and pohly March 29, 2024 03:15
@carlory
Copy link
Member Author

carlory commented Mar 29, 2024

/assign @thockin

@thockin
Copy link
Member

thockin commented Apr 6, 2024

/approve

@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: carlory, jsafrane, mrunalp, thockin

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details 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 Apr 6, 2024
@k8s-ci-robot k8s-ci-robot merged commit ef2c682 into kubernetes:master Apr 18, 2024
@k8s-ci-robot k8s-ci-robot added this to the v1.31 milestone Apr 18, 2024
@carlory carlory deleted the remove-keep-terminated-pod-volumes branch April 18, 2024 07:03
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/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. lgtm "Looks good to me", indicates that a PR is ready to be merged. priority/important-longterm Important over the long term, but may not be staffed and/or may need multiple releases to complete. release-note-action-required Denotes a PR that introduces potentially breaking changes that require user action. 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/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. triage/accepted Indicates an issue or PR is ready to be actively worked on.

8 participants