diff options
author | Kiran Kamineni <kiran.k.kamineni@intel.com> | 2019-10-24 21:57:10 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-10-24 21:57:10 +0000 |
commit | eb414b9d43a9b094ce9445b35933f00343d40b8f (patch) | |
tree | 32b2be57d23b0165c7e45b5714d8a060285efa6f /kud | |
parent | f2085c1400f9c70066e667a3e1df4ebfb1bbe764 (diff) | |
parent | ee4c10d31cf17970da6934159f58fffc55bb2973 (diff) |
Merge "Disabling node local DNS"
Diffstat (limited to 'kud')
-rw-r--r-- | kud/hosting_providers/vagrant/inventory/group_vars/k8s-cluster.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kud/hosting_providers/vagrant/inventory/group_vars/k8s-cluster.yml b/kud/hosting_providers/vagrant/inventory/group_vars/k8s-cluster.yml index 7ac7f798..fb744d0e 100644 --- a/kud/hosting_providers/vagrant/inventory/group_vars/k8s-cluster.yml +++ b/kud/hosting_providers/vagrant/inventory/group_vars/k8s-cluster.yml @@ -42,7 +42,8 @@ kube_network_plugin: flannel kubeconfig_localhost: true # Copy kubectl binary on the host that runs Ansible to inventory/artifacts kubectl_localhost: true - +# Disable nodelocal dns cache +enable_nodelocaldns: false # Enable MountPropagation gate feature local_volumes_enabled: true local_volume_provisioner_enabled: true |