Minimize code + docker + monitord naming
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user