Skip to content

v1.8.0

Compare
Choose a tag to compare
@Jacobious52 Jacobious52 released this 02 Oct 04:56
· 89 commits to master since this release
01a495f

This release fixes two issues with Escalator.

  1. An edge case when increasing the minimum cloud provider nodegroup size above the current number of nodes would mean Escalator would skip untainting nodes to reach the desired capacity and instead request new nodes. This has been fixed such that Escalator will first try to untaint required nodes in that rare case.

  2. A bug where using NodeAffinity to match pods to nodes would ignore the Operator instead of only matching against Operator In as desired. Note: if you currently use NodeAffinity match selector operators other than In you should update your pod configuration to match the documentation before updating to this version of Escalator.

Changelog

Only match against In operator for NodeAffinity match selectors, #160
Untaint nodes when below minimum before requesting new nodes #168

Docker Image

atlassian/escalator:v1.8.0