summaryrefslogtreecommitdiffstats
path: root/docs/release/configguide/a_b_config_guide.rst
diff options
context:
space:
mode:
authorEddie Arrage <eddie.arrage@huawei.com>2018-04-27 18:52:41 +0000
committerEddie Arrage <eddie.arrage@huawei.com>2018-04-27 21:17:50 +0000
commit115d3c9ba4de194534cdf0be827c16e04e49951b (patch)
treec18850b4f2917b1de9e6ce80d97c1e5dda9781c8 /docs/release/configguide/a_b_config_guide.rst
parent69842232eff555c3a3cc0da1ea6809fc0d38834d (diff)
Update docs with edits and proper release tag
- Incorporated feedback from doc reviews - Fix some rendering issues - Add redis inspect section - Update SDC deploy instructions using Fraser release tag Change-Id: I573dcd04066ad83b9c659fae645c65ab4aaa2007 Signed-off-by: Eddie Arrage <eddie.arrage@huawei.com>
Diffstat (limited to 'docs/release/configguide/a_b_config_guide.rst')
-rw-r--r--docs/release/configguide/a_b_config_guide.rst7
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/release/configguide/a_b_config_guide.rst b/docs/release/configguide/a_b_config_guide.rst
index 2535ef2..17ffcfd 100644
--- a/docs/release/configguide/a_b_config_guide.rst
+++ b/docs/release/configguide/a_b_config_guide.rst
@@ -61,7 +61,7 @@ First setup the environment using the Clover source with the following commands:
Edit the input configuration yaml file located at ``test/yaml/fraser_a_b_test.yaml``
and modify the value under the ``params`` key with the istio-ingress port obtained using
-the SDC guide at :ref:`sdc_ingress_port`. The example of port 32580 is shown below in bold.
+the SDC guide at :ref:`sdc_ingress_port`. The example of port 32580 is shown below.
.. code-block:: bash
@@ -69,7 +69,7 @@ the SDC guide at :ref:`sdc_ingress_port`. The example of port 32580 is shown bel
name: lb-test.sh
params:
- 10.244.0.1
- - **32580**
+ - 32580
Execute toplevel script
-----------------------
@@ -77,6 +77,7 @@ Execute toplevel script
To execute the script, use the command:
.. code-block:: bash
+
$ python test/fraser_a_b_test.py -t test/yaml/fraser_a_b_test.yaml -p 30869
The value to the argument ``-p`` must be the tracing port exposed outside of the Kubernetes
@@ -95,7 +96,7 @@ Troubleshooting
If the script fails because a route rule with the same name exists from a
previous test run, use the following command to delete the rule before executing the
-sample script::
+sample script again::
istioctl -n default delete routerules lb-default