Skip to content

Fix serious launch issue preventing DIND shutdown when dockerd not running

Compare
Choose a tag to compare
@struanb struanb released this 24 Aug 14:41
· 20 commits to main since this release

Due to a couple of missing spaces, launch-time checks that dockerd is up-and-running failed to perform correctly, meaning that DIND could launch and begin polling for container launches without having properly configured iptables and other things needing configuration.

This could cause a serious outage if dockerd is restarted on a node.

Upgrade to v3.2.0 highly recommended.