1
0
Fork 0

v-m: blackbox: Force TCP probe to IPv4

Since I added an IPv6 ULA prefix to the "main" VLAN (to allow
communicating with the Synology directly), the domain controllers now
have AAAA records.  This causes the `sambadc` screpe job to fail because
Blackbox Exporter prefers IPv6 by default, but Kubernetes pods do not
have IPv6 addreses.
etcd
Dustin 2024-06-19 08:35:16 -05:00
parent 7f3287297b
commit b8015c0bed
1 changed files with 3 additions and 0 deletions

View File

@ -40,3 +40,6 @@ modules:
tcp:
prober: tcp
timeout: 5s
tcp:
preferred_ip_protocol: ip4
ip_protocol_fallback: false