diff --git a/src/content/community/releases/_index.en.md b/src/content/community/releases/_index.en.md index 429ef72f4..6f852a03c 100644 --- a/src/content/community/releases/_index.en.md +++ b/src/content/community/releases/_index.en.md @@ -51,6 +51,12 @@ weight = 40 * Submariner now ensures that the IPsec control socket is created before initiating connection requests, and also automatically retries connections in response to errors reported by the 'whack' command. +### Known issues + +* Upgrades involving OVN can fail because one of the OVN sockets is replaced by a directory. + To bring affected nodes up successfully, all invalid sockets on each node must be removed: `find /run -type d -name '*.sock' -delete`. + This will be fixed in v0.16.1. + ## v0.14.5 This is a bugfix release: