You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to run the docker container in kubernetes.
Container works fine under docker on my Qnap NAS, but when run under kubernetes (k3s) it does not see anything in the volumes passed to it and says it suspects they are unmounted.
Can anyone seeing anything glaringly obvious that i am missing? The media path on the host exists and has files. I am not setting the PUID/PGID so this should run as root.
I realise that kubernetes is probably not the target for the containerised app, but if it runs in docker it should run in kubernetes - just wondering if anyone else has seen this behaviour or has any insights.
Thanks
The text was updated successfully, but these errors were encountered:
Hi,
Trying to run the docker container in kubernetes.
Container works fine under docker on my Qnap NAS, but when run under kubernetes (k3s) it does not see anything in the volumes passed to it and says it suspects they are unmounted.
This is my deployment object:
Can anyone seeing anything glaringly obvious that i am missing? The media path on the host exists and has files. I am not setting the PUID/PGID so this should run as root.
I realise that kubernetes is probably not the target for the containerised app, but if it runs in docker it should run in kubernetes - just wondering if anyone else has seen this behaviour or has any insights.
Thanks
The text was updated successfully, but these errors were encountered: