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
Hi, I have correctly deployed Chaos Toolkit as a Kubernetes Operator. Now, I'm trying to execute a basic experiment on my cluster to kill a random pod in a specific namespace.
When I apply the experiment, the new pod in namespace chaostoolkit-run goes into an error state. Its log is the following:
[2024-03-18 10:54:52 ERROR] could not find Python module 'chaosk8s.pod.actions' in activity 'terminate_pods'
I have also tried to execute a minimal experiment (like those reported in this page at "Run an experiment" section. Its works fine.
Code for "kubectl apply":
The text was updated successfully, but these errors were encountered:
Hi, I have correctly deployed Chaos Toolkit as a Kubernetes Operator. Now, I'm trying to execute a basic experiment on my cluster to kill a random pod in a specific namespace.
When I apply the experiment, the new pod in namespace chaostoolkit-run goes into an error state. Its log is the following:
[2024-03-18 10:54:52 ERROR] could not find Python module 'chaosk8s.pod.actions' in activity 'terminate_pods'
I have also tried to execute a minimal experiment (like those reported in this page at "Run an experiment" section. Its works fine.
Code for "kubectl apply":
The text was updated successfully, but these errors were encountered: