Peter Stackle

Results 15 comments of Peter Stackle

I would also suggest adding back an "import" button. The current behavior is not very discoverable and I ended up on this github issue after having to google for how...

I would also like to see cert-manager have the ability to inject a `ca.crt` file into a `ConfigMap`. The use case would be to make a root certificate available to...

@maelvls Thank you for sharing a link to that, because I hadn't heard about that project yet. Unfortunately, I don't think it quite fits as a solution to what I...

@zUniQueX I've been thinking of this as a bug fix and not a new feature because the fact that the framework already supports exception mappers to allow a developer to...

@richeyh Can you explain in more detail your use case such that the current behavior doesn't support it? The current approach does allow you to configure separate liveness and readiness...

Can you explain this in more detail? > As this seemed like a good use case for teams vs using a query param. I think I'm still missing something with...

> My full use case to match the current behavior and runtime constraints of my environment is I need my app to serve readiness on /management/health/readiness and liveness on /management/health/liveness....

Related to the original issue, I asked a question on the PR. For the follow-on ask: Right now there is a simple 1:1 mapping between a registered `HealthCheck` and the...

To close the loop on this: It sounds like your requirements are pretty specific to the exact strings you need for your probe urls, so doing your own redirect filter...

Closing this issue for the same reasons as the associated PR.