Conversation
hhovsepy
force-pushed
the
issue9323
branch
2 times, most recently
from
July 20, 2026 09:27
7d222e7 to
fb29cb7
Compare
Refresh plugin deps/webpack for Console 4.22, keep pluginAPI *, and vendored Kiali frontend from the latest PR 10045 tip. Co-authored-by: Cursor <cursoragent@cursor.com>
Contributor
|
BTW: I'm keeping an eye on this and will need to sync up with this PR (if we do end up going this route with the new fleet service mesh plugin): #785 I already merged that PR with this one so I am trying to track the changes being made here. |
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.
Summary
feed22b38), including the React 18 migration and Graph/Mesh first-load layout fix.react/react-dom^18.3.1, updated@types/*).ConsoleRemotePluginshared-module validation so the plugin can build before the OpenShift Console SDK is upgraded to 4.22+ (which also requires Redux 5 / React Router 7).Companion PR for upstream Kiali: kiali/kiali#10045
Test plan
cd plugin && yarn installcd plugin && yarn test(75 unit tests pass)cd plugin && yarn buildOCP note: Runtime React is provided by the OpenShift Console via module federation. Test on a cluster whose Console ships React 18 (OCP 4.22+). Clusters with React 17 Console (4.19–4.21) are not compatible with this change.
Made with Cursor