Skip to content

Commit

Permalink
Update for 4.15
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgroom committed May 1, 2024
1 parent 7dfa9dc commit cdd812d
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
- "6.2"
- "6.4"
- "6.5"
- "6.7"
env:
SITE_DIR: "gh-pages"
jobs:
Expand Down
2 changes: 1 addition & 1 deletion documentation/antora.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: outer-loop
title: OpenShift Outer Loop Workshop
version: "6.5"
version: "6.7"
nav:
- modules/ROOT/nav.adoc

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ image::tekton-architecture.png[Tekton Architecture, 600]
[#switch_to_staging_environment]
== Switch to the Staging Environment

First, let's switch your OpenShift Console to your Staging Environement i.e 'cn-project{USER_ID}'.
First, let's switch your OpenShift Console to your Staging Environment i.e 'cn-project{USER_ID}'.

In the {OPENSHIFT_CONSOLE_URL}[OpenShift Web Console^,role='params-link'], from the **Developer view**,
`*click on 'Topology' then select your 'cn-project{USER_ID}'*`.
Expand Down
6 changes: 3 additions & 3 deletions documentation/modules/ROOT/pages/service-mesh.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ You should see an array of json output looking a little like this but with many
Configure the WebUI Service to use the Istio Gateway instead of the OpenShift Route.

In the {OPENSHIFT_CONSOLE_URL}[OpenShift Web Console^,role='params-link'], from the **Developer view**,
`*click on the 'D web-coolstore' bubble -> 'D web-coolstore' and go to the 'Environement' tab*`
`*click on the 'D web-coolstore' bubble -> 'D web-coolstore' and go to the 'Environment' tab*`

`*Click on '+ Add Value' then add the following environment variable*`

Expand Down Expand Up @@ -345,7 +345,7 @@ image::openshift-catalogv2-topology.png[OpenShift - Catalog v2 Topology, 700]
.A/B Testing
--
https://en.wikipedia.org/wiki/A/B_testing[A/B testing^] allows running multiple versions of a functionality in parallel and using analytics of the user behavior it is possible to determine which version is the best.
It is also possible to launch the new features only for a small set of users, to prepare the general avalability of a new feature.
It is also possible to launch the new features only for a small set of users, to prepare the general availability of a new feature.
--

The implementation of such procedure like **A/B Testing** is one are the advantages coming with OpenShift Service Mesh.
Expand Down Expand Up @@ -437,7 +437,7 @@ You can see that the traffic between the two version of the **Catalog** is share

== Validate the result

After one week trial, you have collected enough information to confirm that product descriptions in uppercase do increate sales.
After one week trial, you have collected enough information to confirm that product descriptions in uppercase does increase sales.
So **you will route all the traffic to Catalog Service v2**.

In {KIALI_URL}[Kiali Console^,role='params-link'], `*click on 'Istio Config' then 'catalog-coolstore' VirtualService*`
Expand Down
2 changes: 1 addition & 1 deletion site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ content:
sources:
- url: [email protected]:redhat-scholars/outer-loop-guide.git
tags: []
branches: ["6.1", "6.2", "6.4", "6.5"]
branches: ["6.1", "6.2", "6.4", "6.5", "6.7"]
start_path: documentation

asciidoc:
Expand Down

0 comments on commit cdd812d

Please sign in to comment.