Get rid of dns.
This commit is contained in:
parent
dab788fd43
commit
c97c769d9c
31
dns/dns.yaml
31
dns/dns.yaml
|
|
@ -1,31 +0,0 @@
|
||||||
apiVersion: v1
|
|
||||||
kind: ConfigMap
|
|
||||||
metadata:
|
|
||||||
name: coredns
|
|
||||||
namespace: kube-system
|
|
||||||
data:
|
|
||||||
Corefile: |
|
|
||||||
.:53 {
|
|
||||||
errors
|
|
||||||
health
|
|
||||||
hosts {
|
|
||||||
192.168.1.128 tekton.internal.jpace121.net
|
|
||||||
192.168.1.128 k3s
|
|
||||||
192.168.1.128 harbor.internal.jpace121.net
|
|
||||||
192.168.1.135 k3s-node1
|
|
||||||
10.100.100.1 git.jpace121.net
|
|
||||||
fallthrough
|
|
||||||
}
|
|
||||||
ready
|
|
||||||
kubernetes cluster.local in-addr.arpa ip6.arpa {
|
|
||||||
pods insecure
|
|
||||||
fallthrough in-addr.arpa ip6.arpa
|
|
||||||
}
|
|
||||||
prometheus :9153
|
|
||||||
forward . /etc/resolv.conf
|
|
||||||
cache 30
|
|
||||||
reload
|
|
||||||
loadbalance
|
|
||||||
}
|
|
||||||
NodeHosts: |
|
|
||||||
#192.168.1.128 k3s
|
|
||||||
Loading…
Reference in New Issue