Skip to content

Commit

Permalink
make kube-dns main dns server (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yongli Chen authored and sharmasushant committed May 29, 2018
1 parent 7f41e3d commit 8e4cd96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cni/azure-windows.conflist
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
},
"dns":{
"Nameservers":[
"168.63.129.16",
"10.0.0.10"
"10.0.0.10",
"168.63.129.16"
],
"Search":[
"svc.cluster.local"
Expand Down

0 comments on commit 8e4cd96

Please sign in to comment.