From 115d3c9ba4de194534cdf0be827c16e04e49951b Mon Sep 17 00:00:00 2001 From: Eddie Arrage Date: Fri, 27 Apr 2018 18:52:41 +0000 Subject: 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 --- docs/release/configguide/a_b_config_guide.rst | 7 ++++--- 1 file changed, 4 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 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 -- cgit 1.2.3-korg