From c0b5d78579ad018fb96bb6c0a66b433e5be4198b Mon Sep 17 00:00:00 2001 From: Ace Lee Date: Tue, 6 Nov 2018 13:17:23 +0000 Subject: 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 --- docs/release/configguide/a_b_config_guide.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/release/configguide/a_b_config_guide.rst') 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 -- cgit 1.2.3-korg