Ayush Sobti
Ayush Sobti
Disabled test in #133 until it is fixed
Does the 'Compatibility with Kubernetes' section in the Readme not answer this question? I unfortunately don't have a lot of different versions of k8s at my disposal (I suppose I...
I think your use case is valid. There are work-arounds for you (eg. adding the labels to all deployments under the namespace) but obviously that is not convenient. I'm going...
Are you thinking of a scenario where all deployments within the whitelisted namespaces will be enrolled into Kube monkey? We'd have to figure out a way to specify parameters like...
@EIrwin I'm all for having an opt-in option. I just haven't figured out the best way to handle configurations like MTBF etc in this case. Perhaps we could use a...
Sounds good. I'll hold off on working on this for now in that case so we're not repeating the same work.
That sounds very reasonable. If you have a PR, I'd be happy to take a look.
`run_hour` is when the schedule for the day is made `start_hour` and `end_hour` book-end the times of the day when pods may be killed. If you feel this can be...
You're correct that it should not matter to the user. As of now, it defaults to 8am, but coming to think of it, a better default value might be `start_hour`....
I'm gonna think some more about it, but that does sound like a good idea. Also, I agree about the "one extra parameter to worry about" - I think `run_hour`...