The example Kubernetes [deploment.yaml](https://github.com/OpenZWave/Zwave2Mqtt/blob/master/kubernetes/deployment.yaml) contains `allowPrivilegeEscalation: true` and `privileged: true`. This seems like a security risk, so I'm wondering if this is necessary for proper operation of the container. If so, what is it needed for, and how can privileges be limited to the meet the minimal requirements only?
The example Kubernetes deploment.yaml contains
allowPrivilegeEscalation: trueandprivileged: true.This seems like a security risk, so I'm wondering if this is necessary for proper operation of the container.
If so, what is it needed for, and how can privileges be limited to the meet the minimal requirements only?