WASdev / sample.voice.gateway

Lots of helpful samples to help jumpstart development with the IBM Voice Gateway.
Apache License 2.0
62 stars 112 forks source link

Modify Kubernetes Scripts to run with new non-root images v1.0.2.0 #170

Open jfmartinez opened 5 years ago

jfmartinez commented 5 years ago

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 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.