mirror of
https://github.com/kemko/nomad.git
synced 2026-01-08 11:25:41 +03:00
docs: snapshot uses consul
This commit is contained in:
@@ -17,7 +17,7 @@ The agent can be run as a long-running daemon process or in a one-shot mode
|
||||
from a batch job. As a long-running daemon, the agent will perform a leader
|
||||
election so multiple processes can be run in a highly available fashion with
|
||||
automatic failover. In daemon mode, the agent will also register itself with
|
||||
Nomad as a service, along with health checks that show the agent is alive
|
||||
Consul as a service, along with health checks that show the agent is alive
|
||||
and able to take snapshots.
|
||||
|
||||
If ACLs are enabled, a management token must be supplied in order to perform
|
||||
@@ -27,7 +27,7 @@ The Config file has the following format (shown populated with default values):
|
||||
|
||||
```hcl
|
||||
nomad {
|
||||
http_addr = "http://127.0.0.1:8500"
|
||||
address = "http://127.0.0.1:8500"
|
||||
token = ""
|
||||
region = ""
|
||||
ca_file = ""
|
||||
@@ -147,3 +147,8 @@ Note that despite the AWS references, any S3-compatible endpoint can be specifie
|
||||
- `-azure-blob-account_key`: for connecting to Azure Blob storage.
|
||||
- `-azure-blob-container-name`: Container to use. Required for Azure blob storage, and setting this disables local storage.
|
||||
- `-azure-blob-environment`: Environment to use. Defaults to AZUREPUBLICCLOUD. Other valid environments are AZURECHINACLOUD, AZUREGERMANCLOUD and AZUREUSGOVERNMENTCLOUD.
|
||||
|
||||
|
||||
### Google Storage Options
|
||||
|
||||
- `-google-bucket`: The bucket to use.
|
||||
|
||||
Reference in New Issue
Block a user