Advertisement
Guest User

Untitled

a guest
Dec 7th, 2020
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.70 KB | None | 0 0
  1. # Please edit the object below. Lines beginning with a '#' will be ignored,
  2. # and an empty file will abort the edit. If an error occurs while saving this file will be
  3. # reopened with the relevant failures.
  4. #
  5. apiVersion: v1
  6. data:
  7. Corefile: |
  8. .:53 {
  9. errors
  10. health {
  11. lameduck 5s
  12. }
  13. ready
  14. log . {
  15. class error
  16. }
  17. kubernetes cluster.local in-addr.arpa ip6.arpa {
  18. pods insecure
  19. fallthrough in-addr.arpa ip6.arpa
  20. }
  21. prometheus :9153
  22. forward . 8.8.8.8 8.8.4.4
  23. cache 30
  24. loop
  25. reload
  26. loadbalance
  27. }
  28. kind: ConfigMap
  29. metadata:
  30. annotations:
  31. kubectl.kubernetes.io/last-applied-configuration: |
  32. {"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"}}
  33. creationTimestamp: "2020-11-27T14:03:22Z"
  34. labels:
  35. addonmanager.kubernetes.io/mode: EnsureExists
  36. k8s-app: kube-dns
  37. name: coredns
  38. namespace: kube-system
  39. resourceVersion: "25102"
  40. selfLink: /api/v1/namespaces/kube-system/configmaps/coredns
  41. uid: 65f147b7-d684-4958-9136-474f388c5fb1
  42. ~
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement