Martin Linkhorst

Results 101 comments of Martin Linkhorst
trafficstars

Good idea. I think that could be added fairly easily here: https://github.com/linki/chaoskube/blob/d1b517de27a1b24cf427d6774f67924ff2aac3eb/chaoskube/chaoskube.go#L531 by adding something like ```golang if len(pods)

This happens by default when you run it interactively on your local machine. When you run it as a container in Kubernetes or via `$ docker run quay.io/linki/chaoskube` (without `-t`)...

@SleepyBrett Thanks a lot! I'm with you on this. Will take a look.

@javajon Thanks for trying and reporting this.

@javajon I added a PR that fixed it for me: https://github.com/linki/chaoskube/pull/324 I don't think we should add `tag: "latest"` to the default values.yaml. This is only for when you want...

@javajon I see, thanks for the explanation. When I look at [the code](https://github.com/linki/chaoskube/blob/master/chart/chaoskube/templates/deployment.yaml#L28) it looks like given the `""` tag value it will use the chart's `appVersion` (the released version)...

You're using an old version of the chart (stable/chaoskube) where this flag is not supported. Please use the following to use the new chart: https://github.com/linki/chaoskube/issues/275#issuecomment-805066591 ```console $ helm repo add...

@Miouge1 Interesting idea. I'll take a look.

@ljanatka @palmerabollo I agree. There's already a pull request for it by @jakewins: https://github.com/linki/chaoskube/pull/104. It would help me a lot if you would also have a look and leave some...