Skip to content

Releases: criteo/node-disruption-controller

0.4.2: Improve logging and reasons (#71)

03 Oct 12:14
f1470c9
Compare
Choose a tag to compare
Several changes:
- deadline exceeded: Feedback was that it was too general (looked like http error)
- disruption type message is clearer (display allowed types as well)
- log all rejections: before we logged only the "budget" rejections, now all rejections are logged.

0.4.1: Improve PVC phase handling (#70)

13 Aug 14:41
bf78b8e
Compare
Choose a tag to compare
Now:
- ignore PVC that are pending
- raise a specific error if the phase is not expected

Since Status is a subresource, it has to be updated directly in the tests

0.4.0

28 Jun 14:20
1376a1d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.3.2...0.4.0

0.3.2

11 Apr 07:43
aaf4722
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.3.1...0.3.2

0.3.1

05 Apr 13:39
08e16e7
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.3.0...0.3.1

0.3.0

29 Mar 13:35
f6940f9
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.2.3...0.3.0

0.2.3: Add metrics to node disruption (#52)

21 Feb 12:49
e12ca3f
Compare
Choose a tag to compare
Add the following metrics:
- state: reflect the state of the node disruption
- created and deadline: report as value the creation timestamp and the deadline
- impact nodes: report for each nodes a metric, helpful for interesection

Unittesting of metrics in go is not easy, it will be part of a future change

0.2.2: Add a proper content type to Healthhook (#51)

12 Dec 12:57
79b3985
Compare
Choose a tag to compare
Some application require the Content-Type be set to json
to parse json. So now we provide it by default

0.2.1: Fix flaky test when reconciler start before previous one still up

24 Nov 08:31
Compare
Choose a tag to compare
between test, the reconciler is stopped and started again.
Stop is not instant but we started a new instance right away.
Since it bind a port, the new one crashed because the old
one didn't release it yet. Instead we wait for the manager to
be properly down before starting a new one

0.2.0

03 Nov 09:58
Compare
Choose a tag to compare
Prepare bump to 0.2.0