mirror of
https://github.com/siderolabs/talos.git
synced 2025-10-14 09:01:13 +02:00
Talos stops CRI pods and containers before upgrade to make sure ephemeral partition is not mounted anymore. At the same time with different CNIs it's frequent that removing stop sandbox might fail because of CNI teardown issue (dependency on API server being up, for example). As upgrade only depends on volume mounts and doesn't require CNI to be stopped, we can ignore such errors. Plus installer anyway does mount check across all mount namespaces, so it will abort if ephemeral partition is still mounted. Fixes #2974 Signed-off-by: Andrey Smirnov <smirnov.andrey@gmail.com>