From ef33d3678610507b124c28e5bce18b1bf2c54be5 Mon Sep 17 00:00:00 2001 From: iwilltry42 Date: Wed, 16 Jun 2021 15:19:52 +0200 Subject: [PATCH] v4.4.6: update changelog --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d413d7d9..86cb9a96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## v4.4.6 + +### Fixes + +- fix an issue where the cluster creation would stall waiting for the `starting worker processes` log message from the loadbalancer/serverlb + - this was likely caused by a rounding issue when asking docker to get the container logs starting at a specific timestamp + - we now drop subsecond precision for this to avoid the rounding issue, which was confirmed to work + - see issues #592 & #621 + +### Misc + +- to debug the issue mentioned above, we introduced a new environment variable `K3D_LOG_NODE_WAIT_LOGS`, which can be set to a list of node roles (e.g. `K3D_LOG_NODE_WAIT_LOGS=loadbalancer,agent`) to output the container logs that k3d inspects + ## v4.4.5 ### Fixes