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
Describe the bug
kubernetes delete_pod action is not working and it throws an exception "
[2021-06-15 11:33:50 ERROR] [cli:119] 'chaosk8s.pod.actions' does not expose 'delete_pods' in activity 'exec_in_pods'
[2021-06-15 11:33:50 DEBUG] [cli:120] 'chaosk8s.pod.actions' does not expose 'delete_pods' in activity 'exec_in_pods'
Terminate_pod is working though but the difference between terminate_pod and delete_pod is that delete_pod is abrupt shutdown and terminate_pod is graceful shutdown.
Please share if any fixes available for this.
The text was updated successfully, but these errors were encountered:
Describe the bug
kubernetes delete_pod action is not working and it throws an exception "
[2021-06-15 11:33:50 ERROR] [cli:119] 'chaosk8s.pod.actions' does not expose 'delete_pods' in activity 'exec_in_pods'
[2021-06-15 11:33:50 DEBUG] [cli:120] 'chaosk8s.pod.actions' does not expose 'delete_pods' in activity 'exec_in_pods'
Terminate_pod is working though but the difference between terminate_pod and delete_pod is that delete_pod is abrupt shutdown and terminate_pod is graceful shutdown.
Please share if any fixes available for this.
The text was updated successfully, but these errors were encountered: