Skip to content

Commit

Permalink
Update documentation on service creation
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Del Rio <[email protected]>
  • Loading branch information
daniddelrio committed Feb 24, 2023
1 parent ae32617 commit 0e8ea9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/features/experiment.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The Experiment CRD allows users to have ephemeral runs of one or more ReplicaSet
running ephemeral ReplicaSets, the Experiment CRD can launch AnalysisRuns alongside the ReplicaSets.
Generally, those AnalysisRun is used to confirm that new ReplicaSets are running as expected.

A Service routing traffic to the Experiment ReplicaSet is also generated.
A Service routing traffic to the Experiment ReplicaSet is also generated if a weight for that experiment is set.

## Use cases of Experiments

Expand Down Expand Up @@ -245,7 +245,7 @@ to `experiment-baseline`, leaving the remaining 90% of traffic to the old stack.

!!! note
When a weighted experiment step with traffic routing is used, a
Service is auto-created for each experiment template. The traffic routers use
service is auto-created for each experiment template. The traffic routers use
this service to send traffic to the experiment pods.

By default, the generated Service has the name of the ReplicaSet and inherits
Expand Down

0 comments on commit 0e8ea9e

Please sign in to comment.