Closed martinkennelly closed 4 months ago
@martinkennelly: GitHub didn't allow me to request PR reviews from the following users: martinkennelly.
Note that only openshift members and repo collaborators can review this PR, and authors cannot review their own PRs.
Holding until I get multus team sign-off first.
@martinkennelly: all tests passed!
Full PR test history. Your PR dashboard.
/approve
/lgtm
This is indeed the correct course of action to take here. The gist is that the architecture of Multus CNI changed (in 4.14) to what we call a "thick plugin" architecture. Previously, Multus CNI, in operation, is a process that runs on the host, a one-shot process from a binary executed on the host (we call this a "thin plugin" architecture). Now, there is both that process, but additionally a daemon that runs in a Kubernetes pod. This pod has the log output, so the previous log collection is obsolete.
Thanks Martin!
/lgtm
[APPROVALNOTIFIER] This PR is NOT APPROVED
This pull-request has been approved by: bpickard22, dougbtv, martinkennelly Once this PR has been reviewed and has the lgtm label, please assign sferich888 for approval. For more information see the Kubernetes Code Review Process.
The full list of commands accepted by this bot can be found here.
/retitle SDN-5066:Remove needless multus log collection
@martinkennelly: This pull request references SDN-5066 which is a valid jira issue.
Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "4.17.0" version, but no target version was set.
/jira refresh
@bpickard22: This pull request references SDN-5066 which is a valid jira issue.
/approve
/unhold
/tide refresh
/close
going to attempt to close and re-open to get the approve label to apply
ahh @martinkennelly we need someone from the mg owners to approve, @dougbtv and I cannot give that label
/assign @sferich888 Hi Eric, would you mind approving this?
@bpickard22: Closed this PR.
/open
/open
/open
Multus is now a Pod and will be captured by normal oc adm must-gather command.
The multus.log file is removed since 4.16 and doesn't exist anymore.
/hold
/cc
@dougbtv