-
We are currently evaluating loxilb for our k8s cluster. So far we are impressed with the features set and improvements over metallb. However I have noticed an issue I haven't managed to workaround and I'm wondering if I'm missing something obvious. When I add external-dns I end up with CNAME records instead of A records because loxilb prepends the external IP field with |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hello. We agree with your suggestion that we should add an option to disable this behavior. Thank you. |
Beta Was this translation helpful? Give feedback.
-
Added the
After changing the option, please delete and recreate any existing services. |
Beta Was this translation helpful? Give feedback.
Added the
--noZoneName
option to remove thellb-
tag prefix from the external IP.You can add it to the args of kube-loxilb as shown in the example below.
After changing the option, please delete and recreate any existing services.