Skip to content

Commit 38370dc

Browse files
committed
drain all nodes, not just one
Signed-off-by: Sylvain Hellegouarch <[email protected]>
1 parent ee46820 commit 38370dc

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
[Unreleased]: https://github.com/chaostoolkit/chaostoolkit-kubernetes/compare/0.33.0...HEAD
66

7+
### Fixed
8+
9+
* Draining multiple nodes only drained a single one
10+
711
## [0.33.0][] - 2023-10-29
812

913
[0.33.0]: https://github.com/chaostoolkit/chaostoolkit-kubernetes/compare/0.32.1...0.33.0

chaosk8s/node/actions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,4 +390,4 @@ def drain_nodes(
390390

391391
time.sleep(10)
392392

393-
return True
393+
return True

0 commit comments

Comments
 (0)