Kai Wohlfahrt
Kai Wohlfahrt
I also see this issue, and the PR #2602 has not resolved it. I have two pods in a `PodGroup` with `minMember: 2`, each takes one node, and one node...
To be compatible with the cluster autoscaler, I think all pods that aren't scheduled due to a resource constraint (even if the resource constraint is on a different pod in...
I found that my self-signed certificate worked out of the box on NixOS's build of Element. There were two things that were important here: 1. The signing certificate is added...
> Should those also be recreated automatically, or should the parent resource go into an error state? IMO an error state makes more sense for these. I would expect a...
To keep the load on the API server lower (especially with many worker pods), we should possibly use an [index](https://kopf.readthedocs.io/en/stable/indexing/) to track the live workers. I'd be happy to contribute...
I saw the same error message, in my case it was user error - external-dns now needs permission to watch `endpointslices` resource (FWIW, this is in the release notes). It's...
Unfortunately not, we ended up modifying our image to be compatible with Ray.
I also have this issue (Docker Desktop on MacOS). I've found it is related to the setting "Use containerd for pulling and storing images": When the setting is off, pulling...
Small update - it seems to be specific to the Docker Desktop + `containerd` combination. On Ubuntu (installed as per [this documentation](https://docs.docker.com/engine/install/ubuntu/#install-using-the-repository)), I can pull via a redirect, even though...