dual stack services and MetalLB 0.12.0 #213
DerRockWolf
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
Yes, removal of the I'm a little hesitant if we should drop backward compatibility... But the dual stack setup would make the setup a bit easier. Do you know if there is a scenario where dual stack LBs would still be needed? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Since the release of MetalLB v0.12.0 they support dual stack services. It isn't necessary to create two separate services
This means that my changes from #187 can be extended so that it is also possible to create dual stack services with type
LoadBalancer
.If you want me to extend the chart to support the dual stack LB services, should it be backwards compatible?
If yes I would create a new value (like
dualStack.separateLBs
that is set to true by the values.yamlSomeday we should also remove the
loadBalancerIP
field because it will be deprecated in the future and it also can't be used for dual stack services.Beta Was this translation helpful? Give feedback.
All reactions