prehistoric-account-60014
08/12/2020, 3:32 PMwhite-balloon-205
prehistoric-account-60014
08/12/2020, 6:48 PMkind-mechanic-53546
08/13/2020, 5:36 AMancient-megabyte-79588
08/13/2020, 2:29 PMapiVersion: v1
kind: ConfigMap
metadata:
name: coredns
namespace: kube-system
data:
Corefile: |
.:53 {
errors
health {
lameduck 5s
}
ready
kubernetes CLUSTER_DOMAIN REVERSE_CIDRS {
fallthrough in-addr.arpa ip6.arpa
}
prometheus :9153
forward . UPSTREAMNAMESERVER {
max_concurrent 1000
}
cache 30
loop
reload
loadbalance
}STUBDOMAINS
This is from the coredns repo
https://github.com/coredns/deployment/blob/master/kubernetes/coredns.yaml.sed
Line# 42white-balloon-205
ancient-megabyte-79588
08/13/2020, 3:02 PMwhite-balloon-205
kube2pulumi
tool under the hood - so issues in that repo makes sense. We should actually include a link in the site to the repo for reporting issues. Thanks again!