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
parent
7f3287297b
commit
b8015c0bed
|
@ -40,3 +40,6 @@ modules:
|
||||||
tcp:
|
tcp:
|
||||||
prober: tcp
|
prober: tcp
|
||||||
timeout: 5s
|
timeout: 5s
|
||||||
|
tcp:
|
||||||
|
preferred_ip_protocol: ip4
|
||||||
|
ip_protocol_fallback: false
|
||||||
|
|
Loading…
Reference in New Issue