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

Fix deployment error while overriding network plugin syncer #1340

Merged
merged 1 commit into from
Aug 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions Makefile.inc
Original file line number Diff line number Diff line change
Expand Up @@ -146,9 +146,6 @@ override PRELOAD_IMAGES = $(EXTRA_PRELOAD_IMAGES) nettest \
ifeq ($(GLOBALNET),true)
override PRELOAD_IMAGES += submariner-globalnet
endif
ifneq (,$(shell grep -w ovn $(SETTINGS)))
override PRELOAD_IMAGES += submariner-networkplugin-syncer
endif
ifeq ($(LIGHTHOUSE),true)
override PRELOAD_IMAGES += lighthouse-agent lighthouse-coredns
endif
Expand Down
1 change: 0 additions & 1 deletion scripts/shared/lib/deploy_operator
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ readonly SUBCTL=${SUBCTL:-subctl}
declare -gA component_by_image
component_by_image['submariner-gateway']=submariner-gateway
component_by_image['submariner-globalnet']=submariner-globalnet
component_by_image['submariner-networkplugin-syncer']=submariner-networkplugin-syncer
component_by_image['submariner-operator']=submariner-operator
component_by_image['submariner-route-agent']=submariner-routeagent
component_by_image['lighthouse-agent']=submariner-lighthouse-agent
Expand Down
Loading