kube-monkey
kube-monkey copied to clipboard
KubeMonkey isnt killing all pods in apps even after specifying kill-mode as kill-all
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?
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.