-
Notifications
You must be signed in to change notification settings - Fork 73
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
Update ovs cni plugin to support cni version 1.0.0 #313
Update ovs cni plugin to support cni version 1.0.0 #313
Conversation
Hi @adrianchiris. Thanks for your PR. I'm waiting for a k8snetworkplumbingwg member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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. |
@@ -78,7 +79,7 @@ var testMirrorFunc = func(version string) { | |||
Eventually(func() error { | |||
_, err := clusterApi.ReadFileFromPod(podConsName, "test", "/tcpdump.log") | |||
return err | |||
}, 120 * time.Second, time.Second).Should(Succeed(), "tcpdump did not start in time"); | |||
}, 120*time.Second, time.Second).Should(Succeed(), "tcpdump did not start in time") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
IDE kept removing these spaces around "*" LMK if you prefer i edit the file in vim or smthn and remove this change.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As long as it passes the CI it's all right
The containerized build is broken. I'm looking into it |
Hopefully #315 solves it |
ack thx for looking into it. centos8:stream is EOL since 31.05 :\ |
Go was also pretty outdated. Should be all set now. Let's see |
/release-note-none |
/test pull-e2e-ovs-cni |
@adrianchiris would you please rebase this? |
Signed-off-by: adrianc <[email protected]>
27d617a
to
eb0e091
Compare
/test pull-e2e-ovs-cni |
/test pull-e2e-ovs-cni
Another flake? |
/lgtm Thanks @adrianchiris ! |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: adrianchiris, phoracek, SchSeba 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 |
This PR updates ovs cni(s) to support v1.0.0 of the spec.
Why is this needed?
sriov network operator supports the deployment of ovs-cni as well as the rendering of network-attachment-definition of "ovs secondary networks". today it does so with cniVersion 1.0.0 .
https://github.com/k8snetworkplumbingwg/sriov-network-operator?tab=readme-ov-file#ovsnetwork