How to solve exec failed by upgrading to 1.1.4 without recreate the pod #3598
-
backgroud: We can upgrade runc to version 1.1.4 and recreate the pod to solve this problem. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
I think the best way is to manually add the rule to affected systemd units. This can be done via |
Beta Was this translation helpful? Give feedback.
-
By the way, the author of the question refers to #3551, fixed by #3554 |
Beta Was this translation helpful? Give feedback.
-
If I created a container through runc v1.1.3, but did not execute systemctl daemon-reload, and I upgrade to 1.1.4 now, will the next execution of systemctl daemon-reload command still cause the container created by runc v1.1.3 exec fail? |
Beta Was this translation helpful? Give feedback.
I think the best way is to manually add the rule to affected systemd units. This can be done via
systemctl set-property
.