kube-monkey
kube-monkey copied to clipboard
An implementation of Netflix's Chaos Monkey for Kubernetes clusters
Hello, Is there a possibility to extend debug run time from 60s to something else? thank you
Hello, can you create possibility to specify the terminations days? mtbf works strangely
Just like headers, with these changes we now can use env variables in notifications endpoint.
### :pencil: Description - Update helm chart to latest version
Using Helm [values.yaml](https://github.com/asobti/kube-monkey/blob/master/helm/kubemonkey/values.yaml#L64) file to set `podSecurityContext` following commit [a034c94](https://github.com/asobti/kube-monkey/commit/a034c9456ed301396bc05206c85181819af59dfa) does not seem to work. ## Attempt 1 Snippet from the `values.yaml` that is in use when the problem happens:...
If `rbac.enabled` is set to false, a pod is never able to be scheduled because of the missing service account that's referenced in the pod spec. This is what the...
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.17.0 to 0.23.0. Commits c48da13 http2: fix TestServerContinuationFlood flakes 762b58d http2: fix tipos in comment ba87210 http2: close connections when receiving too many headers ebc8168 all: fix...
This PR changes the definition of "kube-monkey/mtbf". Alike https://github.com/misgod-yy in https://github.com/asobti/kube-monkey/pull/168 we needed a more fine grained control for the mean time between failure. A couple of years ago a...
### :pencil: Description Drop ioutil package. As it is deprecation , and can be replaced well. ``` Deprecated: As of Go 1.16, the same functionality is now provided by package...