Closed zeeke closed 2 weeks ago
/jira cherrypick OCPBUGS-41897
@zeeke: Jira Issue OCPBUGS-41897 has been cloned as Jira Issue OCPBUGS-43108. Will retitle bug to link to clone. /retitle OCPBUGS-43108: [release-4.17] Delete webhooks when SriovOperatorConfig is deleted
@zeeke: This pull request references Jira Issue OCPBUGS-43108, which is invalid:
Comment /jira refresh
to re-evaluate validity if changes to the Jira bug are made, or edit the title of this pull request to link to a different bug.
The bug has been updated to refer to the pull request using the external bug tracker.
/test e2e-telco5g-sriov /retest
/jira refresh
@zeeke: This pull request references Jira Issue OCPBUGS-43108, which is valid. The bug has been moved to the POST state.
Requesting review from QA contact: /cc @evgenLevin
@SchSeba, @wzheng1 please take a look
cc @thom311
See also 4.16 issue OCPBUGS-37951.
lgtm.
/lgtm
Also added a small log optimization https://github.com/openshift/sriov-network-operator/pull/1017/commits/4734e36622f93da8212ee29e0eaafc2c10d04d6d
/test e2e-telco5g-sriov
@zeeke: all tests passed!
Full PR test history. Your PR dashboard.
@SchSeba @evgenLevin please take a look at this backport
/lgtm /label cherry-pick-approved
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: evgenLevin, wizhaoredhat, zeeke
The full list of commands accepted by this bot can be found here.
The pull request process is described here
/label backport-risk-assessed
@zeeke: Jira Issue OCPBUGS-43108: All pull requests linked via external trackers have merged:
Jira Issue OCPBUGS-43108 has been moved to the MODIFIED state.
[ART PR BUILD NOTIFIER]
Distgit: sriov-network-webhook This PR has been included in build sriov-network-webhook-container-v4.17.0-202411080836.p0.g2d364e1.assembly.stream.el9. All builds following this will include this PR.
[ART PR BUILD NOTIFIER]
Distgit: sriov-network-operator This PR has been included in build sriov-network-operator-container-v4.17.0-202411080836.p0.g2d364e1.assembly.stream.el9. All builds following this will include this PR.
[ART PR BUILD NOTIFIER]
Distgit: sriov-network-config-daemon This PR has been included in build sriov-network-config-daemon-container-v4.17.0-202411080836.p0.g2d364e1.assembly.stream.el9. All builds following this will include this PR.
/jira backport release-4.16
@zeeke: The following backport issues have been created:
Queuing cherrypicks to the requested branches to be created after this PR merges: /cherrypick release-4.16
@openshift-ci-robot: new pull request created: #1033
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.
When a user deletes the default SriovOperatorConfig resource and tries to recreate it afterwards, the operator webhooks returns the error:
as the webhook configuration is still present, while the Service and the DaemonSet has been deleted.
Delete all the webhook configurations when the user deletes the default SriovOperatorConfig
4.17 backport of