gilfrade

Results 6 comments of gilfrade

@oskarirauta This does not seem related to network issues. POD containers do not start because infra image must be running first and its failing. If i use infra image from...

I only showed this error: ``` {"msg":"exec container process (missing dynamic library?) `/catatonit`: No such file or directory","level":"error","time":"2022-05-19T11:12:45.000801865Z"} ``` And it seems to point to a missing dynamic library in...

Right now i have installed: ``` catatonit - 0.1.7-1 podman - 4.1.0-1 ``` Fails using this POD: ``` apiVersion: apps/v1 kind: Deployment metadata: name: nginx-deployment labels: app: nginx spec: replicas:...

@oskarirauta i will try your suggestions. Another question, how do you port forward from openwrt side to container without knowing its IP address?

@oskarirauta tried your suggestion and manually created a POD, still failed. ``` root# podman pod create -n nginx 017558376afbb29e1a5b1e119c2bd36ebb4a8d3645a80afba54330f0633ff836 root# podman run -d --pod nginx docker.io/library/nginx:1.14.2 [ 1035.127738] IPv6: ADDRCONF(NETDEV_CHANGE):...

@bbetter173 Looking for this support! :) Can you fix the conflit?