You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The config_path setting within the containerd configuration occasionally fails to be injected properly.
Expected behavior:
The config_path is intended to be successfully injected in the end; nonetheless, if injection fails at any point, it is imperative that the process either retries or throws an error to promptly notify the user.
node of kind: Linux kind-worker2 5.15.146.1-microsoft-standard-WSL2 Feature: support cluster domain #1 SMP Thu Jan 11 04:09:03 UTC 2024 x86_64 GNU/Linux
wsl kernel: Linux debian-wsl 5.15.146.1-microsoft-standard-WSL2 Feature: support cluster domain #1 SMP Thu Jan 11 04:09:03 UTC 2024 x86_64 GNU/Linux
Others:
version of kind node: kindest/node:v1.29.2
The text was updated successfully, but these errors were encountered:
I created this PR #286 to solve this problem. When the injection script fails, it terminates immediately, and update-containerd solves the problem by retrying. Even if the retry fails, the user can be notified to avoid unexpected problems.
This picture shows the retry process
Even if an error occurs in the middle of the process, the configpath is injected successfully in the end.
Bug report:
The
config_path
setting within the containerd configuration occasionally fails to be injected properly.Expected behavior:
The
config_path
is intended to be successfully injected in the end; nonetheless, if injection fails at any point, it is imperative that the process either retries or throws an error to promptly notify the user.How to reproduce it:
kind config
use kind to install kubernetes
kind load image
add charts-config.yaml
use helm to install dragonfly
check config.toml of containerd in node, there is nothing about
config_path
check log of container update-containerd, find that there is a create error
Environment:
uname -a
):The text was updated successfully, but these errors were encountered: