Nathan

Results 11 comments of Nathan
trafficstars

To add to the list: the admin address (if you manually shutdown via the /shutdown endpoint during Jobs) only listens on the ipv4 address, so a curl/wget to "localhost" frequently...

@eplightning .... if you got this working, do you have a PR already submitted?

In line with @Tolsto , my primary use case for this change is for outbound connections that originate from within the terminating pod at shutdown. This is to dump everything...

At it's core, I feel like this issue is similar, in theory, as https://github.com/linkerd/linkerd2/issues/8006 Basically trying to judge whether or not the proxy should continue running based on network traffic...

> Kubernetes 1.28 brings "API awareness of sidecar containers". Containers marked as sidecars will then get terminated automatically once all non-sidecar containers have shut down. Sadly, in alpha though, and...

> > Kubernetes 1.28 brings "API awareness of sidecar containers". Containers marked as sidecars will then get terminated automatically once all non-sidecar containers have shut down. > > Sadly, in...

I think this should be slated for GA once k8s has the feature in GA. It's roadmapped for k8s 1.32, right now, but sometimes those change forward or backward.

> Related issue: [google/cadvisor#3336](https://github.com/google/cadvisor/issues/3336) Also related details if you are on Docker-Desktop: https://github.com/docker/for-mac/issues/6969 Edit: ....or potentially just using the docker driver for minikube or Docker Desktop or really anything that...

> For anyone who (like me) finds this issue while searching for a solution, I wanted to share that you can do this by making a direct patch to the...

Variant will be hard to validate as you have all possible combinations of two bits: ```golang // UUID layout variants. const ( VariantNCS byte = iota VariantRFC9562 VariantMicrosoft VariantFuture )...