-
Notifications
You must be signed in to change notification settings - Fork 106
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
OCPBUGS-23059: [release-4.13]: SriovNetwork, SriovIBNetwork, react on namespace creation #860
OCPBUGS-23059: [release-4.13]: SriovNetwork, SriovIBNetwork, react on namespace creation #860
Conversation
/jira cherrypick OCPBUGS-19440 |
@zeeke: Jira Issue OCPBUGS-19440 has been cloned as Jira Issue OCPBUGS-23059. Will retitle bug to link to clone. In response to this:
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. |
@zeeke: This pull request references Jira Issue OCPBUGS-23059, which is valid. The bug has been moved to the POST state. 6 validation(s) were run on this bug
Requesting review from QA contact: The bug has been updated to refer to the pull request using the external bug tracker. In response to this:
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. |
Apply the same namespace reaction as the SriovNetwork Signed-off-by: Andrea Panattoni <[email protected]>
If a user creates an SriovNetwork with a network namespace that doesn't exist, retrying reconciling with an exponential backoff is not efficient, as the routing will fail until the namespace is created. This patch makes the controller watch Namespace resource creation and reconcile the related SriovNetworks if needed. Signed-off-by: Andrea Panattoni <[email protected]>
6da2f62
to
a1027f8
Compare
/retest |
@zeeke: The following tests failed, say
Full PR test history. Your PR dashboard. 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. |
@bn222 @wizhaoredhat @zhaozhanqi Please, take a look at this backport. 4.14 backport PR is: |
/lgtm |
@SchSeba @zhaozhanqi Please, take a look at this backport. It needs |
/label cherry-pick-approved |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: SchSeba, wizhaoredhat, zeeke 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 |
f79d480
into
openshift:release-4.13
@zeeke: Jira Issue OCPBUGS-23059: All pull requests linked via external trackers have merged: Jira Issue OCPBUGS-23059 has been moved to the MODIFIED state. In response to this:
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. |
[ART PR BUILD NOTIFIER] This PR has been included in build sriov-network-operator-container-v4.13.0-202312211950.p0.gf79d480.assembly.stream for distgit sriov-network-operator. |
[ART PR BUILD NOTIFIER] This PR has been included in build sriov-network-webhook-container-v4.13.0-202312211950.p0.gf79d480.assembly.stream for distgit sriov-network-webhook. |
/cherrypick release-4.12 |
@zeeke: #860 failed to apply on top of branch "release-4.12":
In response to this:
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. |
4.13 Backport of: