Martin Linkhorst

Results 101 comments of Martin Linkhorst

docs for the flag https://github.com/zalando-incubator/mate/pull/92

Sounds good to me. How about making it similar to how `kubectl` works for a familiar feel? * `./mate` * runs for `default` namespace * `./mate --namespace foo --namespace bar`...

hmm, in order to have a testing instance with `--namespace mate-test` you would also need to run the main instance on all namespaces but `mate-test`, which wouldn't work with my...

@jtblin Do you mind releasing a multi-arch docker image for `0.11.0`? Or can we help you in any way to get this out?

A fix would reduce the number of creating and terminating `skipper`s for ingress in our setup which would be a way to reduce the occurrences of https://github.bus.zalan.do/teapot/issues/issues/568.

I agree. Depending on what you run in the cluster exposing namespaces and names of Ingresses and Services could indeed lead to some leakage of confidential data. I have a...

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.

This is merged and released in `v0.27.0`. You can now use `--client-namespace-scope=target-namespace` to limit all API calls to the `target-namespace` namespace, allowing you to only give chaoskube permission to that...

The part limiting access has been done in https://github.com/linki/chaoskube/pull/399 and released in `v0.27.0`. This leaves the `--no-events` feature in this PR.

This has been added in https://github.com/linki/chaoskube/pull/399 and released in `v0.27.0`. Note, that the approach is slightly different since it uses a special flag but you can achieve the same thing....