prometheus operator v0.93.1
PrometheusAgent.spec.initContainers[].lifecycle.postStart.tcpSocket.spec.dnsConfig
dnsConfig defines the DNS configuration for the pods.
| Field / Type | Description |
|---|---|
nameservers defines the list of DNS name server IP addresses. This will be appended to the base nameservers generated from DNSPolicy.
| |
options defines the list of DNS resolver options. This will be merged with the base options generated from DNSPolicy. Resolution options given in Options will override those that appear in the base DNSPolicy.
| |
searches defines the list of DNS search domains for host-name lookup. This will be appended to the base search paths generated from DNSPolicy.
|