launch oc-monitor locally or in a container

This commit is contained in:
pb
2024-07-25 18:48:25 +02:00
parent f7eb7e4b81
commit 7ecfee1154
6 changed files with 174 additions and 17 deletions

View File

@@ -1,2 +1,16 @@
# 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`