Skip to content

Commit d285dbb

Browse files
committed
Update some links
1 parent f054008 commit d285dbb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/docs/administration/configure/canary-rollout.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ If any of the steps fail, the canary rollout is stopped and marked as failed.
4040

4141
### Promote step
4242

43-
The _promote_ step defines the target resources to which a change is promoted in parallel and the rollback behaviour in case of failed analysis.
43+
The [promote step]({{< ref "../../reference/cp.nuodb.com.md#promotetorolloutstep" >}}) defines the target resources to which a change is promoted in parallel and the rollback behaviour in case of failed analysis.
4444
Various selectors and filters limit the promoted targets, such as label selector, number of targets, percentage of total targets, etc.
4545

4646
{{< callout context="note" title="Note" icon="outline/info-circle" >}}
@@ -50,14 +50,14 @@ For a change to be propagated to a specific target, the target must match one of
5050

5151
### Analysis step
5252

53-
The analysis step defines the type of analysis run to be performed on target resources after a change has been rolled out.
53+
The [analysis step]({{< ref "../../reference/cp.nuodb.com.md#canaryrolloutanalysis" >}}) defines the type of analysis run to be performed on target resources after a change has been rolled out.
5454
An analysis run is executed in parallel on all targets promoted from the last _promote_ step.
5555
If at least one analysis run fails for some of the targets, the canary rollout is stopped.
5656
Multiple analysis runs may be defined globally and executed after each _promote_ step.
5757

5858
### Pause step
5959

60-
The _pause_ step defines the duration for which the canary rollout will be paused.
60+
The [pause step]({{< ref "../../reference/cp.nuodb.com.md#pauserolloutstep" >}}) defines the duration for which the canary rollout will be paused.
6161
A zero (0) duration pause the rollout until it is manually approved.
6262

6363
To manually resume a paused canary rollout, update the `Paused` condition reason to `CanaryManuallyApproved` using `kubectl` directly or through the REST API.

0 commit comments

Comments
 (0)