Chris Pressland

Results 29 comments of Chris Pressland

Annoyingly, while this 100% solves it for my manifests above, it still happens in my WSGI/ASGI applications. Happy to continue here or raise another issue to track this. I might...

Yeah, I had wondered that, I think it's caused by uvicorn as the app is instantiated as follows: ```python import logging import typer logging.basicConfig(level=logging.DEBUG) cli = typer.Typer() @cli.command(name="server") def cli_server()...

Okay, so I got the logging working properly, we see `kr8s._auth` get called when the app starts: ``` $ kubectl logs sealed-secrets-tools-server-59686c45d5-vlnt6 -f | grep kr8s 2025-03-04 15:09:20,951 [DEBUG] kr8s._auth:...

I absolutely can, I’ll whip something up in the next day or two. Thanks for all your patience and time on this.

Right, good progress was made today. I built a very basic script that replicates the issue: ```python import uvicorn from kr8s.objects import ConfigMap from fastapi import FastAPI, status from fastapi.responses...

And me: https://github.com/cpressland/upptime/actions/runs/13718862722/job/38369609207

Mine are flip flopping: ![Image](https://github.com/user-attachments/assets/7c31509a-0222-457e-8cd1-f452638b83f2)

@marvinjuette / @ketiovv - per the comment here https://github.com/hashicorp/terraform-provider-azurerm/pull/30060#issuecomment-3181260796 > current estimate for API fix rollout completion is 2025-08-30. Add another 2 weeks for final code review, merge, and waiting...

@zhoxing-ms / @northtyphoon - are you able to provide an eta for this being merged? This is blocking a number of our teams internally looking to migrate from Docker Desktop...