kube-monkey icon indicating copy to clipboard operation
kube-monkey copied to clipboard

KubeMonkey isnt killing all pods in apps even after specifying kill-mode as kill-all

Open priyankag83 opened this issue 5 years ago • 1 comments

I am seeing following 3 issues in kubemonkey while testing on my side. Are there any fix for these?

a)KubeMonkey isnt killing all pods in apps even after specifying kill-mode as kill-all. Even if 5 pods are there, only 3 are being terminated. I also tried specying mode as fixed and value as 5 still 3 are getting terminated. Is there anyother variable to change.

b)Also kube-monkey works only on weekdays and not on weekends. Can we execute on weekdays too?

c)Also run hour, start hour and end hour needs to be hours and not 10.05, 10.10, 10.30 etc. which result in waiting for so much time to test them. Is it possible to specify minutes too?

priyankag83 avatar May 29 '19 14:05 priyankag83

DebugForceShouldKill = "debug.force_should_kill". So the variable to kill all the pods with 100% probability would be force_should_kill

It is mentioned in the link https://github.com/asobti/kube-monkey/blob/master/config/param/param.go

Not sure about the hour and minutes.

grv231 avatar Jun 27 '19 02:06 grv231