Philipp Sontag

Results 5 issues of Philipp Sontag

### Long story short I want to define an admission handler that gets triggered by Pod creation or updates. [The documentation says](https://kopf.readthedocs.io/en/stable/admission/#handler-options) that I need to add two decorators to...

bug

### Keywords Admission Controller, Authentication ### Problem ## Summary I would like to use kopf as an Admission Controller. Currently it looks like kopf always wants to authenticate with the...

question

### Problem We have quite a few handlers in our Operator and would now like to configure the maximum number of retries, timeouts etc. for those handlers. At the moment...

enhancement

### Keywords retry, error, multiple handlers ### Problem ## Long Story Short We have two different handlers defined for the same object. When one of them fails, but the other...

question

With #6270 we now have a first set of HTTP routes that are exposed on the scheduler. Currently there are two modes for the `/api/v1/retire_workers` route: 1. Retire n workers...