-
Notifications
You must be signed in to change notification settings - Fork 51
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
multus: bump to multus-v4 (thick plugin) #1433
Conversation
f8568c2
to
c3ca44b
Compare
/test pull-e2e-cluster-network-addons-operator-kubemacpool-functests |
1fffceb
to
424268f
Compare
424268f
to
1b2d420
Compare
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.
just some preliminary comments, feel free to disregard if it's not helpful to you :)
/test pull-e2e-cluster-network-addons-operator-macvtap-cni-functests |
1b2d420
to
0b8b576
Compare
The multus bump script was updated to: - use a different multus manifest - `multus-daemonset-thick.yml` - ignore comments in the manifest file. Comments in the manifests broke the `yaml-utils::split_yaml_by_seperator` function. Signed-off-by: Miguel Duarte Barroso <[email protected]>
Signed-off-by: Miguel Duarte Barroso <[email protected]>
0b8b576
to
0e38c12
Compare
Had to rebase latest master to address the macvtap issue. |
We're being held back for k8snetworkplumbingwg/multus-cni#944 ... |
Until multus bug [0] is fixed, we should consume a version that works, to allow the hotplug feature effort to continue forward. [0] - k8snetworkplumbingwg/multus-cni#944 Signed-off-by: Miguel Duarte Barroso <[email protected]>
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
/cc @phoracek |
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.
Can you move the last commit multus, temporal hack: use untagged multus version
to be the first?
then the "old first commit" aka multus: bump to multus-v4 (thick plugin)
will only deal with the changes made to the bump script and it's outputs
I can, but I don't see the advantage. What does that achieve ? |
Since commits in this repo are squashed to 1 commit per PR, then it doesn't really matter, but if someone looks back at this PR then the first commit seems to use a wrong commit, that will surely break cause the bump fails to retrieve the tag --> SHA digest.. |
The first commit is the correct one - it uses the tag, that unfortunately has a bug. The top most commit is the patched workaround for us to move forward. I'd prefer to leave this as is. |
Ok |
@qinqon can you have a look as well? |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: qinqon 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 |
What this PR does / why we need it:
The multus bump script was updated to:
multus-daemonset-thick.yml
yaml-utils::split_yaml_by_seperator
function.Special notes for your reviewer:
Release note: