feat: Report execution outcome #151
| @ -372,7 +372,9 @@ impl K8sAnywhereTopology { | ||||
|             if let Some(Some(k8s_state)) = self.k8s_state.get() { | ||||
|                 match k8s_state.source { | ||||
|                     K8sSource::LocalK3d => { | ||||
|                         warn!("Installing observability operator is not supported on LocalK3d source"); | ||||
|                         warn!( | ||||
|                             "Installing observability operator is not supported on LocalK3d source" | ||||
|                         ); | ||||
|                         return Ok(PreparationOutcome::Noop); | ||||
|                         debug!("installing cluster observability operator"); | ||||
|                         todo!(); | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user