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

Remove networkplugin syncer deployment #2759

Merged
merged 1 commit into from
Aug 22, 2023

Conversation

tpantelis
Copy link
Contributor

@tpantelis tpantelis commented Aug 10, 2023

The controller now deletes the Deployment and associated RBAC resources.

Fixes submariner-io/enhancements#191
Depends on: submariner-io/submariner#2621

The controller now deletes the Deployment and associated
RBAC resources.

Signed-off-by: Tom Pantelis <[email protected]>
@submariner-bot
Copy link
Contributor

🤖 Created branch: z_pr2759/tpantelis/rem_np_syncer
🚀 Full E2E won't run until the "ready-to-test" label is applied. I will add it automatically once the PR has 2 approvals, or you can add it manually.

@aswinsuryan
Copy link
Contributor

LGTM , @vthapar I think this does some part of submariner-io/enhancements#193

@submariner-bot submariner-bot added the ready-to-test When a PR is ready for full E2E testing label Aug 11, 2023
@aswinsuryan
Copy link
Contributor

The OVN test should pass once this is merged submariner-io/submariner#2621

@sridhargaddam
Copy link
Member

The OVN test should pass once this is merged submariner-io/submariner#2621

Added a Depends on in the commit message.

@aswinsuryan
Copy link
Contributor

@tpantelis the ovn failure now seems to be related to uninstall.

@tpantelis
Copy link
Contributor Author

@tpantelis the ovn failure now seems to be related to uninstall.

Looks an issue with the route agent uninstall on the submariner side. Maybe it’s crashing.

@tpantelis
Copy link
Contributor Author

Looks an issue with the route agent uninstall on the submariner side. Maybe it’s crashing.

panic: close of nil channel

  goroutine 1 [running]:
  github.com/submariner-io/submariner/pkg/routeagent_driver/handlers/ovn.(*GatewayRouteController).stop(...)
  	github.com/submariner-io/submariner/pkg/routeagent_driver/handlers/ovn/gateway_route_controller.go:138
  github.com/submariner-io/submariner/pkg/routeagent_driver/handlers/ovn.(*Handler).Stop(0xc000131ef0, 0x1)
  	github.com/submariner-io/submariner/pkg/routeagent_driver/handlers/ovn/uninstall.go:29 +0x31
https://github.com/submariner-io/submariner/pull/2652

submariner-io/submariner#2652

@tpantelis tpantelis enabled auto-merge (rebase) August 21, 2023 14:54
@tpantelis tpantelis merged commit 2350275 into submariner-io:devel Aug 22, 2023
43 checks passed
@submariner-bot
Copy link
Contributor

🤖 Closed branches: [z_pr2759/tpantelis/rem_np_syncer]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready-to-test When a PR is ready for full E2E testing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update the Submariner-operator to remove network-pulgin syncer deployment
6 participants