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

can't specify multiple master net interface name[BUG] #423

Open
Saigut opened this issue Feb 27, 2024 · 0 comments
Open

can't specify multiple master net interface name[BUG] #423

Saigut opened this issue Feb 27, 2024 · 0 comments

Comments

@Saigut
Copy link

Saigut commented Feb 27, 2024

Describe the bug
The rdma net interface in nodes in k8s cluster have different names, for example: enp111np0 in node1, enp222np0 in node2
But in the config:

{
      "cniVersion": "0.3.0",
      "name": "whereaboutsexample",
      "type": "macvlan",
      "master": "enp111np0",
      "mode": "bridge",
      "ipam": {
        "type": "whereabouts",
        "range": "192.168.2.225/28",
        "exclude": [
           "192.168.2.229/30",
           "192.168.2.236/32"
        ]
      }
}

Only one "master" can be specified. How should I do for those rdma net interface in different name?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant