Created
November 8, 2018 08:11
-
-
Save hossainemruz/b08ee7dabd0ffd4467e0fbf140236453 to your computer and use it in GitHub Desktop.
YAML config file for kube-dns with upstreamNameserver
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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