diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-01-17 12:08:34 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-01-17 12:08:34 +0000 |
commit | 9411a664118a3247d0a56baf7e7ef4549c1201c3 (patch) | |
tree | fdc4add90292bc4f8e9c612d90a8ea5ad898fe21 /doc/ci/environments.md | |
parent | 728a207ea6a99a4bddc16dbbe82294d3fdb60fe4 (diff) | |
download | gitlab-ce-9411a664118a3247d0a56baf7e7ef4549c1201c3.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/ci/environments.md')
-rw-r--r-- | doc/ci/environments.md | 5 |
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, |