diff options
author | Ace Lee <liyin11@huawei.com> | 2018-11-06 13:17:23 +0000 |
---|---|---|
committer | Ace Lee <liyin11@huawei.com> | 2018-11-09 02:16:47 +0000 |
commit | 505a0bbe3d01a234cb47c9c482ed1a37b9360e26 (patch) | |
tree | 4c611cf7f439e166a684e0d70dece672015a5bb4 /docs/release/configguide/a_b_config_guide.rst | |
parent | 593828984ee78f6fa1c16a88fb27712313597edb (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.rst | 6 |
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 |