Skip to content

Instantly share code, notes, and snippets.

@rajatjindal
Created April 13, 2018 15:50
Show Gist options
  • Select an option

  • Save rajatjindal/42ef389787bc4fad1f9f506f6d0c51c0 to your computer and use it in GitHub Desktop.

Select an option

Save rajatjindal/42ef389787bc4fad1f9f506f6d0c51c0 to your computer and use it in GitHub Desktop.
kube-dns configmap
apiVersion: v1
kind: ConfigMap
metadata:
name: kube-dns
namespace: kube-system
data:
upstreamNameservers: |
["upstream.dns.server1", "upstream.dns.server2"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment