added a monitoring stack that works with openshift/okd. Okd needs to use the cluster observability operator in order to deploy namespaced prometheuses and alertmanagers #134
| @ -195,11 +195,6 @@ impl RHOBAlertingInterpret { | |||||||
|     } |     } | ||||||
| 
 | 
 | ||||||
|     async fn ensure_grafana_operator(&self) -> Result<Outcome, InterpretError> { |     async fn ensure_grafana_operator(&self) -> Result<Outcome, InterpretError> { | ||||||
|         // if self.crd_exists("grafanas.grafana.integreatly.org").await {
 |  | ||||||
|         //     debug!("grafana CRDs already exist — skipping install.");
 |  | ||||||
|         //     return Ok(Outcome::success("Grafana CRDs already exist".to_string()));
 |  | ||||||
|         // }
 |  | ||||||
| 
 |  | ||||||
|         let _ = Command::new("helm") |         let _ = Command::new("helm") | ||||||
|             .args([ |             .args([ | ||||||
|                 "repo", |                 "repo", | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user