docs: note MRD is beta and removing regions doesn't work (#8370)
This commit is contained in:
parent
18250f71fd
commit
c74d820ae1
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue