Cornelius Weig

Results 44 comments of Cornelius Weig

Oh wow, nice find. Could you send a PR with the steps to reduce the CPU count? (Please also `--signoff` your git commits). --- FWIW, have you also tried the...

Interesting, thanks for reporting! Can you check if other CRDs have the same problem? Also, please enable verbose logging to make debugging easier. I don't have access to a gs...

Sorry, I didn't see this issue until now. This is indeed a bit unclear and confusing, but expected behaviour. Permissions are basically a tuple of `(resource, serviceAccount, action)`, for example...

Given that `kubectl can-i --list` does not support json/yaml output this sounds like a reasonable request. I'm not entirely sure what the schema should be though. This seems ok-ish for...

#75 should improve this, but needs verification.

It's not great, but 4x faster now. One possibility to speed things up further is to use `SelfSubjectRulesReview` instead of `SelfSubjectAccessReview`. This provides bulk answers, but only for namespaced queries...

Not only the transition. It reduces the mental overhead when using this plugin. Because you don't have to be aware that `kail` is different from everything else.

/remove-lifecycle stale

@esatterwhite Are you using ssh key-based authentication mechanism? If so, I'm surprised this doesn't work.