mirror of
https://github.com/kemko/nomad.git
synced 2026-01-08 11:25:41 +03:00
docs: note MRD is beta and removing regions doesn't work (#8370)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
---
|
||||
layout: docs
|
||||
page_title: multiregion Stanza - Job Specification
|
||||
sidebar_title: multiregion
|
||||
sidebar_title: multiregion <sup>Beta</sup>
|
||||
description: |-
|
||||
The "multiregion" stanza specifies that a job will be deployed to multiple federated
|
||||
regions.
|
||||
@@ -84,6 +84,10 @@ final region will unblock the regions to mark them as `successful`.
|
||||
ordered; depending on the rollout strategy Nomad may roll out to each region
|
||||
in order or to several at a time.
|
||||
|
||||
~> **Note:** Regions can be added, but regions that are removed will not be
|
||||
stopped and will be ignored by the deployment. This behavior may change before
|
||||
multiregion deployments are considered GA.
|
||||
|
||||
### `strategy` Parameters
|
||||
|
||||
- `max_parallel` `(int: <optional>)` - Specifies the maximum number
|
||||
|
||||
Reference in New Issue
Block a user