Skip to content

Commit f628aa6

Browse files
docs: Link examples in documentation. Fixes argoproj#1233 (argoproj#1279)
Signed-off-by: Kostis Kapelonis <[email protected]>
1 parent ba21c6c commit f628aa6

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

docs/features/specification.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -304,3 +304,9 @@ status:
304304
- reason: AnalysisRunInconclusive
305305
startTime: 2019-10-00T1234
306306
```
307+
## Examples
308+
309+
You can find examples of Rollouts at:
310+
311+
* The [example directory](https://github.com/argoproj/argo-rollouts/tree/master/examples)
312+
* The [Argo Rollouts Demo application](https://github.com/argoproj/rollouts-demo)

docs/index.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,10 @@ If another change occurs in the `spec.template` during a transition from a stabl
5858
- A user wants to slowly give the new version more production traffic. They start by giving it a small percentage of the live traffic and wait a while before giving the new version more traffic. Eventually, the new version will receive all the production traffic. With the canary strategy, the user specifies the percentages they want the new version to receive and the amount of time to wait between percentages. ([example](https://github.com/argoproj/argo-rollouts/blob/master/examples/rollout-canary.yaml))
5959

6060
- A user wants to use the normal Rolling Update strategy from the deployment. If a user uses the canary strategy with no steps, the rollout will use the max surge and max unavailable values to roll to the new version. ([example](https://github.com/argoproj/argo-rollouts/blob/master/examples/rollout-rolling-update.yaml))
61+
62+
## Examples
63+
64+
You can see more examples of Rollouts at:
65+
66+
* The [example directory](https://github.com/argoproj/argo-rollouts/tree/master/examples)
67+
* The [Argo Rollouts Demo application](https://github.com/argoproj/rollouts-demo)

0 commit comments

Comments
 (0)