Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-01-17 15:08:34 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-01-17 15:08:34 +0300
commit9411a664118a3247d0a56baf7e7ef4549c1201c3 (patch)
treefdc4add90292bc4f8e9c612d90a8ea5ad898fe21 /doc/ci/environments.md
parent728a207ea6a99a4bddc16dbbe82294d3fdb60fe4 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/ci/environments.md')
-rw-r--r--doc/ci/environments.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ci/environments.md b/doc/ci/environments.md
index 245a4d20e2d..55e93e19f66 100644
--- a/doc/ci/environments.md
+++ b/doc/ci/environments.md
@@ -232,6 +232,11 @@ declaring their names dynamically in `.gitlab-ci.yml`.
Dynamic environments are a fundamental part of [Review apps](review_apps/index.md).
+### Configuring incremental rollouts
+
+Learn how to release production changes to only a portion of your Kubernetes pods with
+[incremental rollouts](environments/incremental_rollouts.md).
+
#### Allowed variables
The `name` and `url` parameters for dynamic environments can use most available CI/CD variables,