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

Added cluster param in Istiod status request, Overview page and Masthead #6170

Merged
merged 1 commit into from May 23, 2023

Conversation

hhovsepy
Copy link
Contributor

RFE #6169

@hhovsepy hhovsepy self-assigned this May 22, 2023
@@ -957,7 +957,9 @@ export class OverviewPage extends React.Component<OverviewProps, State> {
title={ns.name}
>
{ns.name}
{ns.name === serverConfig.istioNamespace && <ControlPlaneBadge></ControlPlaneBadge>}
{ns.name === serverConfig.istioNamespace && (
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Now in multi cluster, we have the possibility to have a remote cluster with the istioNamespace but no Istiod, what do you think to extend this check to this condition? Or maybe we can think about this when the Overview page is re worked?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would leave that for next iteration with Overview rework. To keep this PR only for adding cluster param.

@hhovsepy hhovsepy requested a review from josunect May 23, 2023 13:53
Copy link
Contributor

@josunect josunect left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@hhovsepy hhovsepy merged commit 9ce7013 into kiali:master May 23, 2023
5 checks passed
@ScriptingShrimp ScriptingShrimp added multicluster Related to multi cluster test-add-coverage 📎 this needs test coverage labels Aug 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
multicluster Related to multi cluster test-add-coverage 📎 this needs test coverage
Projects
Development

Successfully merging this pull request may close these issues.

None yet

3 participants