Skip to content

Instantly share code, notes, and snippets.

@tomlinton
Created July 10, 2019 22:07
Show Gist options
  • Save tomlinton/3eb86fa1b10cc7c30c704627d5cf34bf to your computer and use it in GitHub Desktop.
Save tomlinton/3eb86fa1b10cc7c30c704627d5cf34bf to your computer and use it in GitHub Desktop.
kube-dns.yaml
apiVersion: v1
kind: ConfigMap
metadata:
name: kube-dns
namespace: kube-system
data:
stubDomains: |
{
"internal": [ "169.254.169.254" ]
}
upstreamNameservers: |
[ "8.8.8.8", "8.8.4.4" ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment