Run and monitor a workflow
Go to file
2024-08-08 10:12:29 +02:00
argo_workflows implemented oclib and generates argo yaml 2024-08-02 13:34:39 +02:00
conf logging workflow execution 2024-08-07 17:24:09 +02:00
logger implemented oclib and generates argo yaml 2024-08-02 13:34:39 +02:00
models improve argo workflow commit 2024-08-06 11:41:08 +02:00
workflow_builder update workflow execution status 2024-08-08 10:11:40 +02:00
.gitignore conf 2024-08-06 11:42:59 +02:00
Dockerfile shifted use case from schedule to monitor 2024-08-06 11:42:37 +02:00
go.mod logging workflow execution 2024-08-07 17:24:09 +02:00
go.sum logging workflow execution 2024-08-07 17:24:09 +02:00
loki_logger.go initial commit - untested 2024-07-04 09:14:25 +02:00
main.go remove test prints 2024-08-08 10:12:29 +02:00
README.md Dev documentation 2024-07-26 10:30:26 +02:00

oc-monitor

## Deploy in k8s (dev)

While a registry with all of the OC docker images has not been set-up we can export this image to k3s ctr

docker save oc-monitor:latest | sudo k3s ctr images import -

Then in the pod manifest for oc-monitor use :

image: docker.io/library/oc-monitor
imagePullPolicy: Never

Not doing so will end up in the pod having a ErrorImagePull