Run and monitor a workflow
Go to file
2024-08-27 11:02:30 +02:00
conf add timeout monitord 2024-08-22 10:52:49 +02:00
demo_nginx files to display 2024-08-27 11:02:30 +02:00
models Minimize code + docker + monitord naming 2024-08-19 11:43:40 +02:00
workflow_builder add timeout monitord 2024-08-22 10:52:49 +02:00
.gitignore conf 2024-08-06 11:42:59 +02:00
Dockerfile debug 2024-08-20 15:23:02 +02:00
go.mod add timeout monitord 2024-08-22 10:52:49 +02:00
go.sum add timeout monitord 2024-08-22 10:52:49 +02:00
main.go add timeout monitord 2024-08-22 10:52:49 +02:00
oc-monitord add timeout monitord 2024-08-22 10:52:49 +02:00
README.md Minimize code + docker + monitord naming 2024-08-19 11:43:40 +02:00
test-logs-workflow.json files to display 2024-08-27 11:02:30 +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-monitord:latest | sudo k3s ctr images import -

Then in the pod manifest for oc-monitord use :

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

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