Martin Linkhorst

Results 101 comments of Martin Linkhorst
trafficstars

chaoskube `v0.27.0` can now be run while limiting RBAC permissions to a single namespace. Please checkout https://github.com/linki/chaoskube/pull/399#issuecomment-1371962596 for instructions how to use it.

Solved via https://github.com/zalando-incubator/kubernetes-on-aws/pull/6251

@johnhowlett Sounds good to me! Feel free to open a pull request with your changes.

The killed Pod's name is different, so from the perspective of `chaoskube` I don't think it's a bug. The second Pod shouldn't be killed before it's in the `Running` state...

Looking [at the code](https://github.com/linki/chaoskube/blob/9f927b8d9b1a54944669a3554809e732e592a1ac/chaoskube/chaoskube.go#L238) Pods that are not in `Running` state are filtered out early on (before even checking for minimum age). What can happen is that if you set...

We should think about it. If a Pod only gets into the `Running` state after 5 minutes of initialization and the `--minimum-age` is set to 2 minutes (for example) then...

@lemaral That is correct and thanks for bringing it up. I kind of disagree with @ideahitme here: A single broken `Endpoint` should not lead to the overall malfunction of ExternalDNS...

@szuecs @Raffo @ideahitme @mikkeloscar Have a look @lemaral's comment and let's see if we can agree on this.