-
Notifications
You must be signed in to change notification settings - Fork 4
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
Support Passt Network Binding Plugin for IPv6 environments. #3
Conversation
6df640b
to
a3715aa
Compare
accommodate Passt in IPv6 environments Signed-off-by: Niklas Voss <[email protected]>
6e65d8f
to
b9abee7
Compare
@Unix4ever The PR should now be ready, but not sure why |
examples Signed-off-by: Niklas Voss <[email protected]>
Alternatively I can also refactor the code to get network configuration from provider data instead. |
I am assuming the conform check is failing due to this: https://github.com/siderolabs/omni-infra-provider-kubevirt/blob/main/.conform.yaml#L12 |
This is expected. The PR is needed to be signed by one of the Sidero employees.
I think that's a good idea. You can make it optional with the default value of I will sign and merge the PR when it's ready. |
Expose network binding in provider schema to allow configuration of KubeVirt network binding on a per MachineClass-basis. Signed-off-by: Niklas Voss <[email protected]>
Done, once this is merged I'll create another PR to configure target namespace through provider data as well. |
Ah, I won't be able to merge this PR as it's created from the For the future, please create a branches in your fork :) |
replaced with #4 |
Changes required to use different network binding plugin for IPv6 environments.