-
Notifications
You must be signed in to change notification settings - Fork 153
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
Remove passt network binding plugin Registration #3212
base: main
Are you sure you want to change the base?
Conversation
This binding plugin is no longer used for primary UDN VMs solution. Removing this binding registration on Kubevirt CR. Signed-off-by: Ram Lavi <[email protected]>
Signed-off-by: Ram Lavi <[email protected]>
Hey @nunnatsa
but I'm not sure what the error is pointing at |
hco-e2e-upgrade-prev-operator-sdk-sno-aws lane succeeded. |
@hco-bot: Overrode contexts on behalf of hco-bot: ci/prow/hco-e2e-upgrade-operator-sdk-sno-azure, ci/prow/hco-e2e-upgrade-prev-operator-sdk-azure, ci/prow/hco-e2e-upgrade-prev-operator-sdk-sno-azure In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
hco-e2e-operator-sdk-azure lane succeeded. |
@hco-bot: Overrode contexts on behalf of hco-bot: ci/prow/hco-e2e-operator-sdk-aws, ci/prow/hco-e2e-operator-sdk-gcp In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
hco-e2e-operator-sdk-sno-azure lane succeeded. |
@hco-bot: Overrode contexts on behalf of hco-bot: ci/prow/hco-e2e-operator-sdk-sno-aws In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
hco-e2e-consecutive-operator-sdk-upgrades-aws lane succeeded. |
@hco-bot: Overrode contexts on behalf of hco-bot: ci/prow/hco-e2e-consecutive-operator-sdk-upgrades-azure In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
hack/build-manifests.sh
Outdated
@@ -354,7 +353,6 @@ ${PROJECT_ROOT}/tools/csv-merger/csv-merger \ | |||
--kubevirt-consoleplugin-image-name="${KUBEVIRT_CONSOLE_PLUGIN_IMAGE}" \ | |||
--kubevirt-consoleproxy-image-name="${KUBEVIRT_CONSOLE_PROXY_IMAGE}" \ | |||
--cli-downloads-image-name="${HCO_DOWNLOADS_IMAGE}" \ |
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.
--cli-downloads-image-name="${HCO_DOWNLOADS_IMAGE}" \ | |
--cli-downloads-image-name="${HCO_DOWNLOADS_IMAGE}" > "${CSV_DIR}/${OPERATOR_NAME}.v${CSV_VERSION}.${CSV_EXT}" |
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.
thanks!!
DONE
3794124
to
77ffdcd
Compare
Change: Fix build manifest issue |
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.
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: nunnatsa 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 |
Pull Request Test Coverage Report for Build 12388291070Details
💛 - Coveralls |
/lgtm cancel |
@@ -97,7 +97,6 @@ var ( | |||
kvUIPluginImage = flag.String("kubevirt-consoleplugin-image-name", "", "KubeVirt Console Plugin image") | |||
kvUIProxyImage = flag.String("kubevirt-consoleproxy-image-name", "", "KubeVirt Console Proxy image") | |||
kvVirtIOWinImage = flag.String("kv-virtiowin-image-name", "", "KubeVirt VirtIO Win image") | |||
primaryUDNImage = flag.String("primary-udn-binding-image-name", "", "Primary UDN binding image") |
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.
please keep the flag for now, so the tool won't fail. just ignore it (see example in the mtq-csv
flag); e.g.
_ = flag.String("primary-udn-binding-image-name", "", "deprecated. This flag is ignored")
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.
DONE
@@ -77,7 +77,6 @@ var ( | |||
hppoVersion = flag.String("hppo-version", "", "HPP operator version") | |||
_ = flag.String("mtq-version", "", "deprecated. This flag is ignored") | |||
aaqVersion = flag.String("aaq-version", "", "AAQ operator version") | |||
primaryUDNImage = flag.String("primary-udn-binding-image-name", "", "Primary UDN binding image") |
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.
same
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.
DONE
Signed-off-by: Ram Lavi <[email protected]>
77ffdcd
to
48e8d38
Compare
Change: keep the flag for now, so the tool won't fail |
Quality Gate passedIssues Measures |
/hold |
Yes, I think it is better to hold on this until we GA persistentips. If this goes in now, it'll disturb our results which will make it harder to get the feature graduated. |
@RamLavi: The following tests failed, say
Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
@RamLavi: The following test failed, say
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
PR needs rebase. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
What this PR does / why we need it:
Currently HCO registers the passt network binding plugin to the Kubevirt CR.
This is no longer needed, as primary UDN VMs now use a different network binding plugin (managedTap)
This PR is removing the registration, alongside all the env Vars used in order to get the params that were needed for that registration.
It's a manual removal of the PR that initially introduced the passt network binding plugin (#3034)
Reviewer Checklist
Jira Ticket:
Release note: