Skip to content

Pod startup issue after version 0.3.3-all #141

@dnltech2020

Description

@dnltech2020

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions