Remove explicit labelling for multicluster network#1216
Merged
istio-testing merged 1 commit intoistio-ecosystem:mainfrom Sep 12, 2025
Merged
Remove explicit labelling for multicluster network#1216istio-testing merged 1 commit intoistio-ecosystem:mainfrom
istio-testing merged 1 commit intoistio-ecosystem:mainfrom
Conversation
The network is already specified as part of the `Istio` CR and as such is passed to the Istio control plane when installed. The label seems not to be needed in such a case. Signed-off-by: Mike Kolesnik <mkolesni@redhat.com>
Collaborator
|
Skipping CI for Draft Pull Request. |
Collaborator
Author
|
/test all |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1216 +/- ##
==========================================
- Coverage 77.61% 77.50% -0.11%
==========================================
Files 44 44
Lines 2823 2823
==========================================
- Hits 2191 2188 -3
- Misses 525 527 +2
- Partials 107 108 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
6 tasks
fjglira
approved these changes
Sep 12, 2025
Contributor
fjglira
left a comment
There was a problem hiding this comment.
lgtm, all the multicluster tests are passing, and they do not have any reference to labeling the namespace with the network label
openshift-service-mesh-bot
pushed a commit
to openshift-service-mesh-bot/sail-operator
that referenced
this pull request
Sep 12, 2025
* upstream/main: Remove explicit labelling for multicluster network (istio-ecosystem#1216) feat(tests): add cleanup target for e2e.ocp test artifacts closes istio-ecosystem#1164 (istio-ecosystem#1203) Add OCP-specific flag to CreateRemoteSecret (istio-ecosystem#1213) Allow set multicluster flag with env (istio-ecosystem#1212) Fix macOS compatibility for update_deps.sh and update macOS specific dev docs (istio-ecosystem#1137) Add commit validation GH action (istio-ecosystem#1188) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1208)
openshift-service-mesh-bot
pushed a commit
to openshift-service-mesh-bot/sail-operator
that referenced
this pull request
Sep 12, 2025
* upstream/main: Remove explicit labelling for multicluster network (istio-ecosystem#1216) feat(tests): add cleanup target for e2e.ocp test artifacts closes istio-ecosystem#1164 (istio-ecosystem#1203) Add OCP-specific flag to CreateRemoteSecret (istio-ecosystem#1213) Allow set multicluster flag with env (istio-ecosystem#1212) Fix macOS compatibility for update_deps.sh and update macOS specific dev docs (istio-ecosystem#1137) Add commit validation GH action (istio-ecosystem#1188) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1208)
openshift-service-mesh-bot
pushed a commit
to openshift-service-mesh-bot/sail-operator
that referenced
this pull request
Sep 12, 2025
* upstream/main: Fix junit report generation (istio-ecosystem#1218) Remove explicit labelling for multicluster network (istio-ecosystem#1216) feat(tests): add cleanup target for e2e.ocp test artifacts closes istio-ecosystem#1164 (istio-ecosystem#1203) Add OCP-specific flag to CreateRemoteSecret (istio-ecosystem#1213) Allow set multicluster flag with env (istio-ecosystem#1212) Fix macOS compatibility for update_deps.sh and update macOS specific dev docs (istio-ecosystem#1137) Add commit validation GH action (istio-ecosystem#1188) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1208)
openshift-service-mesh-bot
pushed a commit
to openshift-service-mesh-bot/sail-operator
that referenced
this pull request
Sep 15, 2025
* upstream/main: Fix junit report generation (istio-ecosystem#1218) Remove explicit labelling for multicluster network (istio-ecosystem#1216) feat(tests): add cleanup target for e2e.ocp test artifacts closes istio-ecosystem#1164 (istio-ecosystem#1203) Add OCP-specific flag to CreateRemoteSecret (istio-ecosystem#1213) Allow set multicluster flag with env (istio-ecosystem#1212) Fix macOS compatibility for update_deps.sh and update macOS specific dev docs (istio-ecosystem#1137) Add commit validation GH action (istio-ecosystem#1188) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1208)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The network is already specified as part of the
IstioCR and as such is passed to the Istio control plane when installed. The label seems not to be needed in such a case.What type of PR is this?
What this PR does / why we need it:
Which issue(s) this PR fixes:
Fixes #
Related Issue/PR #
Additional information: