fabric8-devops icon indicating copy to clipboard operation
fabric8-devops copied to clipboard

chaos-monkey - improve include/exclude patterns

Open raffaelespazzoli opened this issue 8 years ago • 1 comments

it is unclear what a pattern is and what type of expressions are supported. Please improve the documentation around it. ideally the patter should be a regexp. so mariadb-ha-[0-9] should match mariadb-ha-1 but not: mariadb-ha-1-build

based on my tests, the pattern supports the following mariadb-ha-*, which would match both of the above examples.

Also the chaos monkey implementation should be smart enough to not try to kill pods that are in complete state.

Thanks Raffaele

raffaelespazzoli avatar Nov 17 '16 14:11 raffaelespazzoli

Yeah sounds good. Contributions is welcome

davsclaus avatar Nov 22 '16 10:11 davsclaus