pnmatich

Results 9 comments of pnmatich

As someone who has been bit by DNS issues when coredns pods are terminated, I applaud this effort :clap: I had a quick once over of your MR, and it...

Thanks @dkorunic I've opened a [new issue](https://github.com/haproxytech/kubernetes-ingress/issues/464) in the Ingress Controller project. Maybe we should close this issue? I'm not sure what you're referring to by `s6` or `s6-svc`. Neither...

Here are some logs from a HaProxy pod that is being scaled down: ```txt Date,Message "2022-06-17T00:41:48.795Z","[s6-init] making user provided files available at /var/run/s6/etc...exited 0." "2022-06-17T00:41:48.795Z","[s6-init] ensuring user provided files have...

Here's some more info on how I'm installing the HaProxy kubernetes-ingress chart. I'm wondering if there's something I could configure, to allow for pod termination without downtime. chart: "kubernetes-ingress" chart...

I'm running into this issue as well 🖐️ @andrii-korotkov-verkada, I've confirmed this issue is still present after upgrading toArgoCD v2.13.0. @Ka1wa, I've also confirmed that my additional application namespaces are...

@tom171296 I did not manage to solve this, and after a few weeks decided to put this work on hold. I've posted in the CNCF containerd slack channel, so maybe...

@phillebaba Thanks for the spegel suggestion. That looks like a promising project. I tested it out a bit. The clusters I'm working with have a lot of nodes scaling in...

> I'm not sure how this works through Kubernetes and the CRI API. My understanding is only one secret can be passed per pull (https://github.com/kubernetes/cri-api/blob/v0.30.3/pkg/apis/runtime/v1/api.proto#L1483) and if there are multiple,...

I tried simplifying my approach, by making my quay.io proxy project in harbor public, but I still couldn't get it to work. I might be running into the same issue...