Skip to content
This repository was archived by the owner on Apr 2, 2020. It is now read-only.

Commit 81ded92

Browse files
authored
cluster-autoscaler shouldn't be scheduled on spot (terraform-aws-modules#755)
* cluster-autoscaler shouldn't be scheduled on spot Update documentation to schedule cluster-autoscaler on normal instances. * Update CHANGELOG.md
1 parent 908c656 commit 81ded92

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ project adheres to [Semantic Versioning](http://semver.org/).
99

1010
## [[v9.?.?](https://github.com/terraform-aws-modules/terraform-aws-eks/compare/v9.0.0...HEAD)] - 2020-xx-xx]
1111

12-
- Write your awesome change here (by @you)
12+
- Fix doc about spot instances, cluster-autoscaler should be scheduled on normal instances instead of spot (by @simowaer)
1313

1414
# History
1515

docs/spot-instances.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ In the following examples at least 1 worker group that uses on-demand instances
1212

1313
```yaml
1414
nodeSelector:
15-
kubernetes.io/lifecycle: spot
15+
kubernetes.io/lifecycle: normal
1616
```
1717
1818
Notes:

0 commit comments

Comments
 (0)