File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed
Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 22
33## [ Unreleased] [ ]
44
5- [ Unreleased ] : https://github.com/chaostoolkit/chaostoolkit-kubernetes/compare/0.34.0...HEAD
5+ [ Unreleased ] : https://github.com/chaostoolkit/chaostoolkit-kubernetes/compare/0.34.1...HEAD
6+
7+ ## [ 0.34.1] [ ] - 2023-11-13
8+
9+ [ 0.34.1 ] : https://github.com/chaostoolkit/chaostoolkit-kubernetes/compare/0.34.0...0.34.1
10+
11+ ### Fixed
12+
13+ * Don't escape node draining too soon
614
715## [ 0.34.0] [ ] - 2023-11-13
816
Original file line number Diff line number Diff line change @@ -348,8 +348,8 @@ def drain_nodes(
348348 )
349349
350350 if not eviction_candidates :
351- logger .debug ("No pods to evict. Let's return ." )
352- return True
351+ logger .debug ("No pods to evict. Let's move on to the next node ." )
352+ continue
353353
354354 logger .debug (f"Found { len (eviction_candidates )} pods to evict" )
355355 for pod in eviction_candidates :
You can’t perform that action at this time.
0 commit comments