Company or project name
N/A
Use case
Some kubernetes clusters operate in ipv4-only, ipv6-only, and dual-stack.
Describe the solution you'd like
Allowing for a configurable listen_host would enable users to conform to their networking restrictions.
Describe alternatives you've considered
We can either have a default with an override of the values supplied ie listen_host:[::, 0.0.0.0], or some sort of network_mode:ipv4-only/ipv6-only/dual-stack. Whatever makes the most sense, I'd lean towards the first.
Additional context
This arrived to us via customer feedback internally.
Company or project name
N/A
Use case
Some kubernetes clusters operate in ipv4-only, ipv6-only, and dual-stack.
Describe the solution you'd like
Allowing for a configurable listen_host would enable users to conform to their networking restrictions.
Describe alternatives you've considered
We can either have a default with an override of the values supplied ie
listen_host:[::, 0.0.0.0], or some sort ofnetwork_mode:ipv4-only/ipv6-only/dual-stack. Whatever makes the most sense, I'd lean towards the first.Additional context
This arrived to us via customer feedback internally.