Remove PV/PVC finalizers on downgrade from >= 1.10 to < 1.10#61299
Remove PV/PVC finalizers on downgrade from >= 1.10 to < 1.10#61299liggitt wants to merge 1 commit intokubernetes:release-1.9from
Conversation
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: liggitt The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/sig storage |
|
/release-note-none |
There was a problem hiding this comment.
correct, list across all namespaces
There was a problem hiding this comment.
metav1.NamespaceAll would be more clear
|
/retest |
|
/assign @krousey |
krousey
left a comment
There was a problem hiding this comment.
Is there an issue created tracking the proper fix? If so, this PR should be tagged there so they know exactly what to rollback when they fix it.
There was a problem hiding this comment.
metav1.NamespaceAll would be more clear
tagged in #61282 |
updated |
|
LGTM from me. Leaving it to branch/release team to merge. |
|
/hold |
|
[MILESTONENOTIFIER] Milestone Pull Request Labels Incomplete @jpbetz @krousey @liggitt @rootfs @saad-ali Action required: This pull request requires label changes. If the required changes are not made within 1 day, the pull request will be moved out of the v1.9 milestone. kind: Must specify exactly one of |
|
discussed in sig-release call as @krousey pointed out, the PVC cleanup failure in the downgrade tests did not block running of the remaining downgrade tests, which means the single failure in the downgrade test (namespace cleanup) is well-understood and not masking other failures. given that we plan to resolve this finalizer issue in the 1.9 stream (in #61282 and #61316) and would need to revert this as part of that, I think it is better to just close this. |
Codifies the need to remove storage protection finalizers on downgrade from >= 1.10 to < 1.10
See kubernetes/website#7731 and #60764 (comment)