Skip to content

Instantly share code, notes, and snippets.

@hossainemruz
Created November 8, 2018 08:11
Show Gist options
  • Save hossainemruz/b08ee7dabd0ffd4467e0fbf140236453 to your computer and use it in GitHub Desktop.
Save hossainemruz/b08ee7dabd0ffd4467e0fbf140236453 to your computer and use it in GitHub Desktop.
YAML config file for kube-dns with upstreamNameserver
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