Wichert Akkerman

Results 83 comments of Wichert Akkerman

That definitely sounds like a real bug. I'll try to reproduce this.

@daaain Isn't the behaviour correct for you? I would expect a Sentry event every time the created Pod failed. For example with this Job: ```yaml apiVersion: batch/v1 kind: Job metadata:...

@williscool Can you show me what your Job resource looks like? In my test k8s-sentry does not report more errors than the number of times Kubernetes tries to run the...

@daaain I am definitely happy to merge a PR for that!

That should be pretty easy to do. I already include labels as tags; is there much useful value in including them in the context as well?

I don't actually include the node name in the fingerprint directly, so I'm wondering where that comes from.

Matching gettext is definitely a useful goal. If you can supply a patch to do that I'ld be happy to merge it.

That looks like a bug. Looking at this and your other ticket I'm wondering what your are trying to do. Can you explain what the problem is you're trying to...

Doesn't https://github.com/wichert/lingua/blob/master/docs/examples/i18n.sh already do that?

Fully agreed. I don't use jinja2 myself though, so I'm afraid this is not very high on my personal todo list.