Skip to content
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

pod should use mac and ips provider by multus firstly #4800

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

changluyi
Copy link
Collaborator

Pull Request

What type of this PR

Examples of user facing changes:

  • Features
  • Bug fixes
  • Docs
  • Tests

Which issue(s) this PR fixes

Fixes #(issue-number)

@dosubot dosubot bot added the size:M This PR changes 30-99 lines, ignoring generated files. label Dec 6, 2024
@changluyi changluyi added the bug Something isn't working label Dec 6, 2024
@coveralls
Copy link

coveralls commented Dec 6, 2024

Pull Request Test Coverage Report for Build 12488976839

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details

  • 0 of 21 (0.0%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-0.008%) to 22.107%

Changes Missing Coverage Covered Lines Changed/Added Lines %
pkg/controller/pod.go 0 21 0.0%
Totals Coverage Status
Change from base Build 12477501820: -0.008%
Covered Lines: 10164
Relevant Lines: 45977

💛 - Coveralls

@zhangzujian
Copy link
Member

加个 e2e case?

pkg/controller/pod.go Outdated Show resolved Hide resolved
pkg/controller/pod.go Outdated Show resolved Hide resolved
pkg/controller/pod.go Outdated Show resolved Hide resolved
annotationsNeedToAdd[fmt.Sprintf(util.IPAddressAnnotationTemplate, podNet.ProviderName)] = podNet.IPRequest
}

if podNet.MacRequest != "" {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

如果用的不是 kubeovn 的 ip 和 mac,是不是补充个 log ? 不然查问题的话,不确定 mac 和 ip 哪里来的

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

已加

@changluyi
Copy link
Collaborator Author

加个 e2e case?

1

@changluyi changluyi force-pushed the mac_and_ip_should_be_provided_by_multus branch from 92158c6 to d21595e Compare December 25, 2024 02:06
Signed-off-by: clyi <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working size:M This PR changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants