We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d8f119 commit 7a6dc1cCopy full SHA for 7a6dc1c
docs/cluster/config.md
@@ -47,7 +47,7 @@ spot: false
47
48
spot_config:
49
# additional instances with identical or better specs than the primary instance type (defaults to 2 instances sorted by price)
50
- instance_distribution: [t3.large, t3a.large]
+ instance_distribution: [t3.large, t3a.large] # (defaults for the m5.large instance type)
51
52
# minimum number of on demand instances (default: 0)
53
on_demand_base_capacity: 0
0 commit comments