There are files that use a PersistentVolume that maps to a hostPath. The issue is that the hostPath might be mapped a directory owned by the root user. Since v1.0.2.0 the containers run as non-root, therefore the scripts will cause issues if recording is enabled.
Under the Kubernetes deploy scripts: https://github.com/WASdev/sample.voice.gateway/tree/develop/kubernetes
There are files that use a PersistentVolume that maps to a
hostPath
. The issue is that thehostPath
might be mapped a directory owned by the root user. Since v1.0.2.0 the containers run as non-root, therefore the scripts will cause issues if recording is enabled.