From 6ec957a255d7740d5f0e69a7e8c4b60a9086ca91 Mon Sep 17 00:00:00 2001 From: Aleksandr Didenko Date: Mon, 4 Jul 2016 17:16:56 +0200 Subject: [PATCH] Add DNS servers --- custom.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/custom.yaml b/custom.yaml index c056c3bf1..6281ef7a5 100644 --- a/custom.yaml +++ b/custom.yaml @@ -1,3 +1,11 @@ +# Switch network to calico kube_network_plugin: "calico" +# Kube-proxy should be iptables for calico kube_proxy_mode: "iptables" +# Use non-tmpfs tmp dir local_release_dir: "/var/tmp/releases" +# Upstream DNS servers with mirantis.net +upstream_dns_servers: + - 8.8.8.8 + - 8.8.4.4 + - /mirantis.net/172.18.32.6