Alexandre Lamarre

Results 63 comments of Alexandre Lamarre

![newestnewestSLO](https://user-images.githubusercontent.com/56211853/184221880-a09e9df4-db8d-406b-b035-06c493a01023.png)

Need to consider moving implementations to the K,V store, fetching them and passing them as annotations at runtime.

Done : - Wrote the http management server cortex webhook handler + tests - Wrote condition parsers & validation on cortex payloads + tests - Implemented more solid concurrency locking...

Now need to connect the cortex Ruler in the operator to our deployment of AlertManager

Blocking on build error : ``` [✗] actions.build 77.3s #23 8.188 Running dependency: Generate #23 8.188 Running dependency: Protobuf #23 8.188 Running dependency: ProtobufPython #23 8.188 Running dependency: ProtobufGo #23...

Build error was caused by an erroneous ```go import "C" ``` testing a manual deploy of alerting now...

Opni manager is broken due to changes made to the CRDS for this integration to be possible, once this is fixed this will be ready

Fixed operator so that it no longer crashes in container creating state, but there are some issues with the flags being passed to the deployment of opni-alerting-internal, working on fixing...