Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Please edit the object below. Lines beginning with a '#' will be ignored,
- # and an empty file will abort the edit. If an error occurs while saving this file will be
- # reopened with the relevant failures.
- #
- apiVersion: v1
- data:
- Corefile: |
- .:53 {
- errors
- health {
- lameduck 5s
- }
- ready
- log . {
- class error
- }
- kubernetes cluster.local in-addr.arpa ip6.arpa {
- pods insecure
- fallthrough in-addr.arpa ip6.arpa
- }
- prometheus :9153
- forward . 8.8.8.8 8.8.4.4
- cache 30
- loop
- reload
- loadbalance
- }
- kind: ConfigMap
- metadata:
- annotations:
- kubectl.kubernetes.io/last-applied-configuration: |
- {"apiVersion":"v1","data":{"Corefile":".:53 {\n errors\n health {\n lameduck 5s\n }\n ready\n log . {\n class error\n }\n kubernetes cluster.local in-addr.arpa ip6.arpa {\n pods insecure\n fallthrough in-addr.arpa ip6.arpa\n }\n prometheus :9153\n forward . 8.8.8.8 8.8.4.4\n cache 30\n loop\n reload\n loadbalance\n}\n"},"kind":"ConfigMap","metadata":{"annotations":{},"labels":{"addonmanager.kubernetes.io/mode":"EnsureExists","k8s-app":"kube-dns"},"name":"coredns","namespace":"kube-system"}}
- creationTimestamp: "2020-11-27T14:03:22Z"
- labels:
- addonmanager.kubernetes.io/mode: EnsureExists
- k8s-app: kube-dns
- name: coredns
- namespace: kube-system
- resourceVersion: "25102"
- selfLink: /api/v1/namespaces/kube-system/configmaps/coredns
- uid: 65f147b7-d684-4958-9136-474f388c5fb1
- ~
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement