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
when i set a network delay rule for a pod, it make pod livness probe failed,and the pod will be restarted. at this time, if i want
to delete the network delay rules ,it will be failure ,because the containerId will be changed when the pod restart. actually the network delay rule continue using the origin containerId to delete the pod network delay.
Describe what you expected to happen
so the containerId is not good for the specified rules. we should theck the Identifier's containerId whether changed when delete failure
How to reproduce it (as minimally and precisely as possible)
actually it will work well when i apply the rule again using --force ,and i will success delete the rule before the pod next restarting . but i think it not a perfect way for doing
that,so i report the bug.
@xcaspar
I am using chaosblade-operator-v1.3.0 and k8s v1.21.4, still faced with this issue.
Would there be any fix on next release or is there any work around to bypass this issue. Thanks.
Issue Description
bug report
Describe what happened (or what feature you want)
when i set a network delay rule for a pod, it make pod livness probe failed,and the pod will be restarted. at this time, if i want
to delete the network delay rules ,it will be failure ,because the containerId will be changed when the pod restart. actually the network delay rule continue using the origin containerId to delete the pod network delay.
Describe what you expected to happen
so the containerId is not good for the specified rules. we should theck the Identifier's containerId whether changed when delete failure
How to reproduce it (as minimally and precisely as possible)
Tell us your environment
k8s v1.16.15
chaosblade-operator-v0.9.0
Anything else we need to know?
The text was updated successfully, but these errors were encountered: