Kubernetes extension for Chaos Toolkit deployed as a Kubernetes Operator #306
-
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: I have also tried to execute a minimal experiment, like those reported in this page at "Run an experiment" section. Its works fine. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I have executed command pip in dockerfile to install chaostoolkit-kubernetes and I have solved the problem. |
Beta Was this translation helpful? Give feedback.
I have executed command pip in dockerfile to install chaostoolkit-kubernetes and I have solved the problem.
$ pip install chaostoolkit-kubernetes