From 58c71d8ea649b69f0ab5f9e5c299f843af6ad692 Mon Sep 17 00:00:00 2001 From: Samina Fu Date: Fri, 1 Feb 2019 15:48:13 +0800 Subject: [PATCH] Add Setting Multi on group_vars (#4054) --- inventory/sample/group_vars/k8s-cluster/k8s-cluster.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/inventory/sample/group_vars/k8s-cluster/k8s-cluster.yml b/inventory/sample/group_vars/k8s-cluster/k8s-cluster.yml index fdf074f29..c1c7a49f6 100644 --- a/inventory/sample/group_vars/k8s-cluster/k8s-cluster.yml +++ b/inventory/sample/group_vars/k8s-cluster/k8s-cluster.yml @@ -73,6 +73,9 @@ kube_users: # Can also be set to 'cloud', which lets the cloud provider setup appropriate routing kube_network_plugin: calico +# Setting multi_networking to true will install Multus: https://github.com/intel/multus-cni +kube_network_plugin_multus: false + # Kubernetes internal network for services, unused block of space. kube_service_addresses: 10.233.0.0/18