rook / rook

Storage Orchestration for Kubernetes
https://rook.io
Apache License 2.0
11.98k stars 2.64k forks source link

mon: Disable the msgr v1 port if msgr2 is required #14147

Closed travisn closed 2 weeks ago

travisn commented 2 weeks ago

The mon was listening on both v1 and v2 ports inside the daemon even though the service endpoint would not redirect any traffic to the v1 port. When msgr2 is required, disable the mon from listening on the v1 port for reduced security footprint.

Checklist: