diff options
author | Victor Morales <victor.morales@intel.com> | 2018-11-14 09:15:36 -0800 |
---|---|---|
committer | Victor Morales <victor.morales@intel.com> | 2018-11-14 09:21:13 -0800 |
commit | daf3a00798ee77e469cd89cb16ade818c50968f9 (patch) | |
tree | 3ef383d90fd3a1fb588fedc65a4d6b5fe019cbf2 /vagrant/inventory | |
parent | cc05d4af8f082d8174bde5c43fc45b1acc61339f (diff) |
Enable Istio
This commit includes the playbook that installs and configure Istio
Service Mesh services. It also defines a draft script for testing its
sample.
Change-Id: I7f0049aae4ae0033356c370a0e86d583e7bf744f
Signed-off-by: Victor Morales <victor.morales@intel.com>
Issue-ID: MULTICLOUD-406
Diffstat (limited to 'vagrant/inventory')
-rw-r--r-- | vagrant/inventory/group_vars/k8s-cluster.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/vagrant/inventory/group_vars/k8s-cluster.yml b/vagrant/inventory/group_vars/k8s-cluster.yml index c6008de8..f038d4f2 100644 --- a/vagrant/inventory/group_vars/k8s-cluster.yml +++ b/vagrant/inventory/group_vars/k8s-cluster.yml @@ -60,8 +60,7 @@ local_volumes_enabled: true kube_version: v1.11.3 # Helm deployment -# NOTE(electrocuracha): This value might be changed for the istio implementation -helm_enabled: false +helm_enabled: true # Kube-proxy proxyMode configuration. # NOTE: Ipvs is based on netfilter hook function, but uses hash table as the underlying data structure and |