charts/redpanda: Add address config to allow listen on ::, instead of 0.0.0.0 - #1788
charts/redpanda: Add address config to allow listen on ::, instead of 0.0.0.0#1788baryluk wants to merge 1 commit into
Conversation
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
454dc0f to
281d788
Compare
|
Please note that this is still a draftish, as this is not the only way to do it.
I did preliminary tests locally of the chart, but some things do fail, in unittests, but I do not know why would they fail. So would be nice to run with official CI workflow to confirm. |
|
My vote is for:
Slap |
281d788 to
2a146a9
Compare
Done. used |
2a146a9 to
3dcc386
Compare
Sorry to nit pick but please stick with For additional clarity you can add a |
3dcc386 to
5b79234
Compare
Fair enough. Done.
Done. Also included the |
5b79234 to
e2440b8
Compare
In some kubernetes deployments, the in-cluster traffic is only possible using IPv6, with no in-cluster IPv4 available. Currently redpanda starts, but operator cannot reach it, nor the brokers can reach each other. Set to `address: "::"`, to use IPv6 redpanda-data/helm-charts#169
e2440b8 to
4979629
Compare
In some kubernetes deployments, the in-cluster traffic is only possible using
IPv6, with no in-cluster IPv4 available. Currently redpanda starts, but operator
cannot reach it, nor the brokers can reach each other.
Set to
address: "::", to use IPv6redpanda-data/helm-charts#169