Marc Perrien

Results 4 issues of Marc Perrien

Because of the $ on each line: ``` export APPLICATION_ENTRYPOINT_URL=http://192.168.99.100/myapp; \ $ export POD_LABEL=myapp; \ $ export NODE_NAME=mynode; \ chaos run https://raw.githubusercontent.com/open-chaos/experiment-catalog/master/kubernetes/delete_random_node/delete_random_node_experiment.j son ``` should be ``` export APPLICATION_ENTRYPOINT_URL=http://192.168.99.100/myapp; \...

Here is what Chaos Toolkit sends: [2019-09-24 10:08:15 INFO] Validating the experiment's syntax [2019-09-24 10:08:15 ERROR] argument 'random' is not part of the function signature in activity 'drain_nodes'

The current documentation for the `configuration` property in Probes and Actions doesn't reflect how it really works. > The configuration property MUST be a JSON string referencing an identifier declared...