mirror of
https://github.com/kemko/nomad.git
synced 2026-01-05 01:45:44 +03:00
docs: add autoscaler AWS retry_attempts config (#19549)
Document the Nomad Autoscaler AWS target plugin config `retry_attempts`.
This commit is contained in:
@@ -75,6 +75,10 @@ target "aws-asg" {
|
||||
the [standard credential chain][aws_sdk_creds] will be followed. If set to
|
||||
"ec2_role" credentials will be retrieved from the EC2 instance role.
|
||||
|
||||
- `retry_attempts` `(int: "15")` - The number of attempts to make while waiting
|
||||
for the cluster to stabilize after a scaling action. It may need to be tuned
|
||||
up if errors such as `failed to ensure all activities completed` occur.
|
||||
|
||||
### Nomad ACL
|
||||
|
||||
When using a Nomad cluster with ACLs enabled, the plugin will require an ACL
|
||||
|
||||
Reference in New Issue
Block a user