A
Size: a a a
A
IB
cat /etc/resolv.conf
nameserver 10.16.18.3 <-- адрес сервиса coredns в kube-system
search kube-system.svc.cluster.local svc.cluster.local cluster.local example.com
options ndots:5
search example.com
domain example.com
options ndots:0
options timeout:5
options attempts:4
nameserver 10.102.18.4
MF
MF
GR
MF
GR
MF
MF
MF
GR
GR
A
PR
IB
Corefile: |
.:53 {
errors
health
kubernetes cluster.local in-addr.arpa ip6.arpa {
pods insecure
upstream /etc/resolv.conf
fallthrough in-addr.arpa ip6.arpa
}
prometheus :9153
forward . /etc/resolv.conf
cache 30
loop
reload
loadbalance
}
MF
Corefile: |
.:53 {
errors
health
kubernetes cluster.local in-addr.arpa ip6.arpa {
pods insecure
upstream /etc/resolv.conf
fallthrough in-addr.arpa ip6.arpa
}
prometheus :9153
forward . /etc/resolv.conf
cache 30
loop
reload
loadbalance
}
kubectl proxy
curl -sSL http://localhost:8001/api/v1/nodes/<nodename>/proxy/configz | jq '.kubeletconfig.clusterDNS'
MF
<nodename>
любую ноду из kubectl get no
G
* [CHANGE] Check that at least one silence matcher matches a non-empty string. [#2081](https://github.com/prometheus/alertmanager/pull/2081)More
* [ENHANCEMENT] [pagerduty] Check that PagerDuty keys aren't empty. [#2085](https://github.com/prometheus...
PR