Minimize code + docker + monitord naming

This commit is contained in:
mr
2024-08-19 11:43:40 +02:00
parent 99bdc1b784
commit feca395039
22 changed files with 150 additions and 751 deletions

View File

@@ -4,12 +4,12 @@
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 -
> docker save oc-monitord:latest | sudo k3s ctr images import -
Then in the pod manifest for oc-monitor use :
Then in the pod manifest for oc-monitord use :
```
image: docker.io/library/oc-monitor
image: docker.io/library/oc-monitord
imagePullPolicy: Never
```