Open
Description
I am installing Pi-hole using this chart on a dual-stack cluster that assigns ips to services using Cilium LB IPAM.
The chart splits the DNS service into an ipv4 and ipv6 one, but has no way of configuring ipv4/ipv6 service specific annotations, which is required to make Cilium LB IPAM work. If I configure io.cilium/lb-ipam-ips
as ipv4_address,ipv6_address
, it will assign both to the first service it creates and none to the other.
It would be nice if the chart could either merge both services into a single dual-stack service or provide values like annotationsIPv4
and annotationsIPv6
for the services.
Metadata
Metadata
Assignees
Labels
No labels