aboutsummaryrefslogtreecommitdiffstats
path: root/vnfs/DAaaS/deploy/00-init/istio/README.md
diff options
context:
space:
mode:
authorPramod <pramod.raghavendra.jayathirth@intel.com>2019-05-31 17:44:59 -0700
committerMarco Platania <platania@research.att.com>2019-08-27 12:37:35 +0000
commit37c3190380ac16eddd0534ac108b396a374a6ad9 (patch)
treeee13b9d44df211390ffd561e6a7af8abae53f249 /vnfs/DAaaS/deploy/00-init/istio/README.md
parentde82cc4d161f0010135ddcb4581f4864ea4c85e1 (diff)
Helm Chart for Istio with SDS
Helm is installed using the Istio operator Secret Discovery Service - SDS is used in Istio for identity provisioning and Certificate rotation Issue-ID: ONAPARC-504 Signed-off-by: Pramod <pramod.raghavendra.jayathirth@intel.com> Change-Id: I4cabd26ccefbbb87ef02cba58e17b5c4a9ef0e34
Diffstat (limited to 'vnfs/DAaaS/deploy/00-init/istio/README.md')
-rw-r--r--vnfs/DAaaS/deploy/00-init/istio/README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/vnfs/DAaaS/deploy/00-init/istio/README.md b/vnfs/DAaaS/deploy/00-init/istio/README.md
index 58d2a639..74b0e5f7 100644
--- a/vnfs/DAaaS/deploy/00-init/istio/README.md
+++ b/vnfs/DAaaS/deploy/00-init/istio/README.md
@@ -1,4 +1,3 @@
-
/*
* Copyright 2019 Intel Corporation, Inc
*
@@ -17,7 +16,9 @@
# Instructions to Install Istio ServiceMesh
-# a. Install Istio Operator's helm chart
-# NOTE - Istio Operator is useful for maintainence and Upgrade to Istio versions
+# Step 1 - Install Istio Operator's helm chart
helm install --name=istio-operator --namespace=istio-system istio-operator
+
+# Step 2 - Add the helm chart to install Istio in sds configuration
+helm install istio-instance --name istio --namespace istio-system