Describe your Issue
More than one replica seems to cause operation not permitted?
Logs and Errors
From to coturn container:
/usr/local/bin/docker-entrypoint.sh: line 14: /usr/bin/turnserver: Operation not permitted
/usr/local/bin/docker-entrypoint.sh: line 14: /usr/bin/turnserver: Success
Describe your Environment
-
Kubernetes distribution: kind
-
Helm Version (or App that manages helm): 3.12.2
-
Helm Chart Version: 4.0.0
-
values.yaml:
# only including the value that was changed from the defaultreplicas:2Additional context, if any
This seemed to start working again only when I changed the replicas to 1 in https://github.com/jessebot/coturn-chart/pull/10/commits/bcd1ee57fdcb193c8257a649234e800788c62cd8 in #10, but I don't know why it doesn't work with multiple coturn containers 🤷
## Describe your Issue
More than one replica seems to cause operation not permitted?
### Logs and Errors
From to coturn container:
```
/usr/local/bin/docker-entrypoint.sh: line 14: /usr/bin/turnserver: Operation not permitted
/usr/local/bin/docker-entrypoint.sh: line 14: /usr/bin/turnserver: Success
```
## Describe your Environment
- Kubernetes distribution: kind
- Helm Version (or App that manages helm): 3.12.2
- Helm Chart Version: 4.0.0
- `values.yaml`:
```yaml
# only including the value that was changed from the default
replicas: 2
```
## Additional context, if any
This seemed to start working again only when I changed the replicas to 1 in https://github.com/jessebot/coturn-chart/pull/10/commits/bcd1ee57fdcb193c8257a649234e800788c62cd8 in #10, but I don't know why it doesn't work with multiple coturn containers 🤷