summaryrefslogtreecommitdiffstats
path: root/docs/release/configguide/a_b_config_guide.rst
diff options
context:
space:
mode:
authorAce Lee <liyin11@huawei.com>2018-11-06 13:17:23 +0000
committerAce Lee <liyin11@huawei.com>2018-11-09 02:16:21 +0000
commitc0b5d78579ad018fb96bb6c0a66b433e5be4198b (patch)
tree92e0df95bd58b302b9a4cf07bb498da2bdbc70a3 /docs/release/configguide/a_b_config_guide.rst
parentbdfee761dd037659d0394e9c0b7e85356b0e34b0 (diff)
change the doc for the istio 1.0
prometheus has been installed in istio 1.0 so we need to delete the view.sh file. but we need to change to to NodePort way to expose the port Change-Id: I8ae6bc1c251ba5effbc94efe984384af6e64adfc Signed-off-by: Ace Lee <liyin11@huawei.com>
Diffstat (limited to 'docs/release/configguide/a_b_config_guide.rst')
-rw-r--r--docs/release/configguide/a_b_config_guide.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/release/configguide/a_b_config_guide.rst b/docs/release/configguide/a_b_config_guide.rst
index 17ffcfd..6a0963f 100644
--- a/docs/release/configguide/a_b_config_guide.rst
+++ b/docs/release/configguide/a_b_config_guide.rst
@@ -42,8 +42,8 @@ The following assumptions must be met before executing the sample script:
.. code-block:: bash
- $ curl -L https://github.com/istio/istio/releases/download/0.6.0/istio-0.6.0-linux.tar.gz | tar xz
- $ cd istio-0.6.0
+ $ curl -L https://github.com/istio/istio/releases/download/1.0.0/istio-1.0.0-linux.tar.gz | tar xz
+ $ cd istio-1.0.0
$ export PATH=$PWD/bin:$PATH
Environment setup
@@ -55,7 +55,7 @@ First setup the environment using the Clover source with the following commands:
$ git clone https://gerrit.opnfv.org/gerrit/clover
$ cd clover
- $ git checkout stable/fraser
+ $ git checkout stable/gambia
$ pip install .
$ cd clover