Skip to content

Commit 5790aea

Browse files
authored
chore: update Health Analyzer release version (#691)
Signed-off-by: Alberto Falossi <[email protected]>
1 parent e42e8a8 commit 5790aea

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

cmd/operator/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ var defaultImages = map[string]string{
4747
"ui-logging": "quay.io/openshift-observability-ui/logging-view-plugin:v6.1.0",
4848
"ui-monitoring": "quay.io/openshift-observability-ui/monitoring-console-plugin:release-coo-1.1",
4949
"korrel8r": "quay.io/korrel8r/korrel8r:0.7.4",
50-
"health-analyzer": "quay.io/openshiftanalytics/cluster-health-analyzer:v0.3.0",
50+
"health-analyzer": "quay.io/openshiftanalytics/cluster-health-analyzer:v0.4.0",
5151
"perses": "quay.io/persesdev/perses:v0.50.1",
5252
}
5353

docs/user-guides/observability-ui-plugins.md

+5-7
Original file line numberDiff line numberDiff line change
@@ -136,20 +136,21 @@ spec:
136136

137137
### Monitoring
138138

139-
The plugin adds monitoring related UI features to the OpenShift web console, related to the Advance Cluster Management (ACM) perspective and [Perses](https://github.com/perses/perses). A number of new pages and features are enabled through this plugin. Including, but not limited to:
139+
The plugin adds monitoring related UI features to the OpenShift web console, related to the Advance Cluster Management (ACM) perspective, incidents (cluster health analysis), and [Perses](https://github.com/perses/perses). A number of new pages and features are enabled through this plugin. Including, but not limited to:
140140
- `ACM > Observe > Alerting`
141141
- `ACM > Observe > Alerting > Silences`
142142
- `ACM > Observe > Alerting > Alert rules`
143143
- `OCP > Observe > Perses Dashboards`
144+
- `OCP > Observe > Incidents`
144145

145146
To deploy ACM related features the `acm-alerting` configuration must be enabled. In the UIPlugin Custom Resource (CR) you must pass the Alertmanager and ThanosQuerier Service endpoint (e.g. `https://alertmanager.open-cluster-management-observability.svc:9095` and `https://rbac-query-proxy.open-cluster-management-observability.svc:8443`). See the example in the next section `Plugin Creation.`
146147

147148
To deploy the Perses dashboard feature, the `perses-dashboards` configuration must be enabled. In the UIPlugin CR, you can optionally pass the service name and namespace of your Perses instance (e.g., `serviceName: perses-api-http` and `namespace: perses`). If these fields are left blank and `spec.monitoring.perses.enabled: true`, then default values will be assigned. These default values are `serviceName: perses-api-http` and `namespace: perses`. See the example in the next section, `Plugin Creation.`
149+
150+
To deploy the Incidents festure, the `incidents` configuration must be enabled. See the example in the next section, `Plugin Creation.`
148151

149152
Other pages which are typically distributed with the monitoring-plugin, such as `Admin > Observe > Dashboards`, are only available in the monitoring-plugin when deployed through [CMO](https://github.com/openshift/cluster-monitoring-operator).
150153

151-
[Note about Incidents](#notes-about-incidents)
152-
153154
#### Plugin Creation
154155

155156
To enable to monitoring console plugin, create a `UIPlugin` CR. The following example shows how to create a CR to enable the monitoring console plugin:
@@ -174,16 +175,13 @@ spec:
174175
enabled: true
175176
```
176177

177-
[Note about Incidents](#notes-about-incidents)
178-
179178
#### Feature List
180179

181180
| __Feature__ | __Description__ |
182181
| ------------------- | ------------------------------------------------------------------------------------------------------------------------ |
183182
| `acm-alerting` | Adds alerting UI to multi-cluster view. Configures proxies to connect with any alertmanager and thanos-querier. |
184-
| `incidents` | Adds incidents UI to `Observe` section of OpenShift Console Platform. Deploys the health analyzer and configures proxies in the plugin to connect with it. |
183+
| `incidents` | Adds incidents UI to `Observe` section of OpenShift Console Platform. Deploys the [Cluster Health Analyzer](https://github.com/openshift/cluster-health-analyzer) and configures proxies in the plugin to connect with it. |
185184
| `perses-dashboards` | Adds perses UI to `Observe` section of OpenShift Console Platform. Configures proxies to connect with a Perses instance. |
186-
| `incidents` | [Note about Incidents](#notes-about-incidents) |
187185

188186

189187
#### Feature Matrix

0 commit comments

Comments
 (0)