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
This commit is contained in:
SW
2020-03-04 15:59:58 +01:00
committed by GitHub
parent 908c656cf5
commit 81ded922c8
2 changed files with 2 additions and 2 deletions

View File

@@ -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: