From 81ded922c811ca4b1f1ca299d083b367698e7c69 Mon Sep 17 00:00:00 2001 From: SW Date: Wed, 4 Mar 2020 15:59:58 +0100 Subject: [PATCH] cluster-autoscaler shouldn't be scheduled on spot (#755) * cluster-autoscaler shouldn't be scheduled on spot Update documentation to schedule cluster-autoscaler on normal instances. * Update CHANGELOG.md --- CHANGELOG.md | 2 +- docs/spot-instances.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5bf92ef..5268625 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ project adheres to [Semantic Versioning](http://semver.org/). ## [[v9.?.?](https://github.com/terraform-aws-modules/terraform-aws-eks/compare/v9.0.0...HEAD)] - 2020-xx-xx] -- Write your awesome change here (by @you) +- Fix doc about spot instances, cluster-autoscaler should be scheduled on normal instances instead of spot (by @simowaer) # History diff --git a/docs/spot-instances.md b/docs/spot-instances.md index 1a5da6e..e8a31e4 100644 --- a/docs/spot-instances.md +++ b/docs/spot-instances.md @@ -12,7 +12,7 @@ In the following examples at least 1 worker group that uses on-demand instances ```yaml nodeSelector: - kubernetes.io/lifecycle: spot + kubernetes.io/lifecycle: normal ``` Notes: