Hello! I've been trying out the Kubernetes Agent ...
# prefect-server
v
Hello! I've been trying out the Kubernetes Agent configuration and noticed it was getting killed after some time with failing health checks I've noticed the Agent is listening on
localhost
, so it wouldn't be reachable on it's network interface - and changing it to 0.0.0.0 makes health checks pass, are there any security implications for this or it's a good default? https://github.com/PrefectHQ/server/blob/a3626c81f280bf749394c2d00d15d6450b724a44/helm/prefect-server/templates/agent/deployment.yaml#L65
z
Hi! That looks like a mistake, I think it makes sense to have the healthchecks be at
0.0.0.0
I’d be happy to an accept a PR, otherwise this will be on my todo list