Open gtfisher opened 5 years ago
Getting started first experiment gets to "chaos run experiment.json"
when you run this on windows it errors with "path 'None' cannot be found, in activity 'swap-to-expired-cert' "
This is because the swap-to-expired-cert step in the experiment.json makes reference to "cp" which is not available on all platforms.
Indeed! It's tricky because the idea of the tutorial is to be simple. But I admit I didn't take Windows as a target platform when I wrote it.
Getting started first experiment gets to "chaos run experiment.json"
when you run this on windows it errors with "path 'None' cannot be found, in activity 'swap-to-expired-cert' "
This is because the swap-to-expired-cert step in the experiment.json makes reference to "cp" which is not available on all platforms.