You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 6, 2018. It is now read-only.
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.