Skip to content

Commit

Permalink
Update doc and example for eksctl-io#1772.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryotarai committed Feb 2, 2020
1 parent 175e99d commit 5d9436d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/08-spot-instances.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ nodeGroups:
maxSize: 5
instancesDistribution:
maxPrice: 0.017
instanceTypes: ["t3.small", "t3.medium"] # At least two instance types should be specified
instanceTypes: ["t3.small", "t3.medium"] # At least one instance type should be specified
onDemandBaseCapacity: 0
onDemandPercentageAboveBaseCapacity: 50
spotInstancePools: 2
Expand Down
4 changes: 2 additions & 2 deletions site/content/usage/08-spot-instances.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ nodeGroups:
maxSize: 5
instancesDistribution:
maxPrice: 0.017
instanceTypes: ["t3.small", "t3.medium"] # At least two instance types should be specified
instanceTypes: ["t3.small", "t3.medium"] # At least one instance type should be specified
onDemandBaseCapacity: 0
onDemandPercentageAboveBaseCapacity: 50
spotInstancePools: 2
Expand Down Expand Up @@ -46,7 +46,7 @@ Here is a minimal example:
nodeGroups:
- name: ng-1
instancesDistribution:
instanceTypes: ["t3.small", "t3.medium"] # At least two instance types should be specified
instanceTypes: ["t3.small", "t3.medium"] # At least one instance type should be specified
```

### Parameters in instancesDistribution
Expand Down

0 comments on commit 5d9436d

Please sign in to comment.