-
Notifications
You must be signed in to change notification settings - Fork 4
Deploy in Kubernetes #5
Copy link
Copy link
Open
Description
Hello,
i'm trying to deploy that one in a kubernetes cluster while also our registry is installed there.
In general it seems that the container is working.
But there are some read/write issues i think.
I get several erros like:
Error reading from file: ./state/mediadev_matroxcip/matroxcipstate.json
Error reading from file: ./state/mediadev_matroxcip/matroxcipstateauth.json
...
error Crosspoint Settings - Error while reading file: ./config/crosspoint.json
error Crosspoint Settings - Error while reading file: ./config/alias.json
error Crosspoint Settings - Error while reading file: ./config/hidden.json
I have a volume for /config and /state but it seems that crosspoint is not able to write in it to create the non-existent files. So which user/group is running the server and whats to access this files and which uid/gid should i use for my volume?
And 2nd question:
in settings.json the registry is defined as follows:
"staticNmosRegistries":[
{"ip":"10.1.0.211","port":80,"priority":10, "domain":""}can i use either "ip" or "domain" or is ip mandatory? Because in k8s it is more usefull to use the k8s-service-name of the registry instead of its ip.
Thanks!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels