Martin Linkhorst

Results 101 comments of Martin Linkhorst

@ljanatka I just fixed it in case you want to give it a try again.

@ljanatka Thanks for checking it out!

@ljanatka I'm not sure. I want to refactor it a bit before merging and I have a [work-in-progress branch](https://github.com/linki/chaoskube/compare/jake-exec-refactor?expand=1) for it. @jakewins [has a fork of chaoskube](https://github.com/neo-technology/marmoset) where this is...

Hi @ljanatka, https://github.com/linki/chaoskube/releases/tag/v0.12.1 extracted the current strategy into a separate object behind an interface in order to make it easier to add more ways to terminate a pods. The actual...

There's a counter of the number of deleted pods exposed via Prometheus under `http://localhost:8080/metrics` by default or use the `--metrics-address` flag. The metric is called `chaoskube_pods_deleted_total`. You can find other...

No, if you use the Pod IP instead of localhost it should show you something.

Where do you run the curl command from?

There's an example manifest in the examples folder: https://github.com/linki/chaoskube/tree/master/examples This should give you a good start but it does need global read access to pods. This is explained in more...

You need to setup an RBAC "ClusterRole" and "ClusterRoleBinding" to allow the ServiceAccount that chaoskube uses to list Pods at the cluster scope. > pods is forbidden: User \"system:serviceaccount:test-ns:default\" cannot...

@2020testuser Cool. I'm glad it works now.