mirror of
https://github.com/kemko/nomad.git
synced 2026-01-04 01:15:43 +03:00
docs: add warning about changing region config (#14443)
This commit is contained in:
@@ -301,6 +301,12 @@ testing.
|
||||
with potentially multiple zones, which map to [datacenters](#datacenter) such
|
||||
as `us-west` and `us-east`.
|
||||
|
||||
!> **Be Careful!** Changing the `region` of an agent with data stored in its
|
||||
`data_dir` may result in overwrite and data loss in the new region so avoid
|
||||
modifying this value after the agent starts. If you must change it, make sure
|
||||
no local state remains from the previous region before running the agent
|
||||
again.
|
||||
|
||||
- `sentinel` `(`[`Sentinel`]`: nil)` - Specifies configuration for Sentinel
|
||||
policies.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user