-
-
Notifications
You must be signed in to change notification settings - Fork 113
Closed
Description
I have been using the Kafka-proxy project for some time, but since all releases after 0.3.3-all, I’m getting the following error in the pod logs
The pod does show as Running
Error: “@message”:”listen tcp 0.0.0.0:443: bind: permission denied”
when I revert back to 0.3.3-all then everything works fine
I tried release versions 0.3.4-all, 0.3.5-all and 0.3.6-all. With the same issue on all images.
I have tried editing the security context for the pod to all
securityContext:
readOnlyRootFilesystem: true
runAsNonRoot: true
runAsUser: 1000
cababilities:
drop:
- all
Add:
- NET_BIND_SERVICE
- NET_ADMIN
- SYS_TIME
Please let me know what changed after version 0.3.3-all?
Thanks
Metadata
Metadata
Assignees
Labels
No labels