Run and monitor a workflow
Go to file
2024-07-25 18:48:25 +02:00
conf launch oc-monitor locally or in a container 2024-07-25 18:48:25 +02:00
.gitignore Initial commit 2024-07-04 08:39:43 +02:00
Dockerfile launch oc-monitor locally or in a container 2024-07-25 18:48:25 +02:00
go.mod launch oc-monitor locally or in a container 2024-07-25 18:48:25 +02:00
go.sum initial commit - untested 2024-07-04 09:14:25 +02:00
loki_logger.go initial commit - untested 2024-07-04 09:14:25 +02:00
main.go launch oc-monitor locally or in a container 2024-07-25 18:48:25 +02:00
README.md launch oc-monitor locally or in a container 2024-07-25 18:48:25 +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