Skip to content

Instantly share code, notes, and snippets.

@cjimti
Created May 18, 2018 16:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cjimti/3a500e8efffa1fcaedda8b844c7d6aa7 to your computer and use it in GitHub Desktop.
Save cjimti/3a500e8efffa1fcaedda8b844c7d6aa7 to your computer and use it in GitHub Desktop.
Kubernetes Upstream DNS Configuration
apiVersion: v1
kind: ConfigMap
metadata:
name: kube-dns
namespace: kube-system
data:
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