Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
priyankag83 opened this issue May 29, 2019 · 1 comment

Comments

@priyankag83
Copy link

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?

@grv231
Copy link

grv231 commented Jun 27, 2019

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.

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

No branches or pull requests

2 participants