Skip to content
This repository has been archived by the owner on Nov 6, 2018. It is now read-only.

chaos-monkey - improve include/exclude patterns #673

Open
raffaelespazzoli opened this issue Nov 17, 2016 · 1 comment
Open

chaos-monkey - improve include/exclude patterns #673

raffaelespazzoli opened this issue Nov 17, 2016 · 1 comment

Comments

@raffaelespazzoli
Copy link

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

@davsclaus davsclaus changed the title improve include/exclude patterns chaos-monkey - improve include/exclude patterns Nov 22, 2016
@davsclaus
Copy link
Member

Yeah sounds good. Contributions is welcome

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants