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 ComponentStatus from external_services (jaeger, grafana, prom) #195

Merged
merged 3 commits into from
Nov 17, 2020

Conversation

xeviknal
Copy link
Member

Requires kiali/kiali#3423

It remove the ComponentStatus from jaeger, prom and grafana. It leaves only one param for users tune the severity of the status in the masthead.

@xeviknal xeviknal added the requires server PR A PR requires additional changes in the backend code. label Nov 11, 2020
@xeviknal xeviknal self-assigned this Nov 11, 2020
hhovsepy
hhovsepy previously approved these changes Nov 11, 2020
Copy link
Contributor

@jmazzitelli jmazzitelli left a comment

Choose a reason for hiding this comment

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

Looks like this is removing some settings that the null-cr-values-test molecule test is setting.

See: https://github.com/kiali/kiali-operator/blob/master/molecule/null-cr-values-test/kiali-cr.yaml#L72 (and other places). Just make sure that test CR is still valid.

@xeviknal
Copy link
Member Author

I've updated the molecule test for the nulls replacing the previous flag by the new one.
thank you @hhovsepy and @jmazzitelli.

jmazzitelli
jmazzitelli previously approved these changes Nov 12, 2020
Copy link
Contributor

@jmazzitelli jmazzitelli left a comment

Choose a reason for hiding this comment

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

LGTM

# app_label: The value of the Grafana pod(s)'s app label. The name of the app label is defined in the setting 'istio_labels.app_label_name'. It defaults to grafana.
# is_core: Whether the component is core for your deployment. It defaults to false.
# namespace: The namespace where Grafana is installed in. It defaults to the 'istio_namespace' setting.
# core_component: Used in the Components health feature. When true, the unhealthy scenarios will be raised as errors. Otherwise, they will be raised as a warning.
Copy link
Contributor

Choose a reason for hiding this comment

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

I think I prefer with the is_ prefix to make it clear that a boolean is expected without having to refer to doc

@xeviknal
Copy link
Member Author

@jotak @hhovsepy approached this one too. thx

Copy link
Contributor

@jotak jotak left a comment

Choose a reason for hiding this comment

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

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
requires server PR A PR requires additional changes in the backend code.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants