Michele Sorcinelli
Michele Sorcinelli
In my setup prefix delegation worked around this issue as it increased the number of available IP addresses per node, allowing to reach the max pods limit set in the...
@Jagadishwar49 https://github.com/Morganamilo/paru/issues/1239#issuecomment-2351021340
> @michelesr getting conflicts with paru and paru-git can you let me know how to remove paru i tried pacman but didnt find the pkg I just did `sudo pacman...
> [@maodahua](https://github.com/maodahua) can you verify if this image ghcr.io/external-secrets/external-secrets:main@sha256:50a6d9b763b34e4afe9c4a4b7e87508c8bef29ffa8b5140de9d449dd726e50cb fixes this issue? > > Image ref: https://github.com/external-secrets/external-secrets/actions/runs/15808006710/job/44555482486 We experienced a similar issue (with a generic secret store, no ECRAuthorizationToken): ```...
@tampueroc After this change the filetype detection is not automatically applied anymore when using `:e `, contrary to before when wget was used to download the file. In addition to...
> You'd need to setup your Prometheus resource with .spec.serviceDiscoveryRole: EndpointSlice. @simonpasquier I did that but I still get warnings: ``` ts=2025-07-03T09:07:38.754944709Z level=debug caller=/workspace/pkg/kubelet/controller.go:412 msg="Sync endpoints" component=kubelet_endpoints kubelet_object=kube-system/prometheus-operator-kubelet ts=2025-07-03T09:07:38.754986537Z level=debug...
@slashpai after updating the operator to use EndpointSlice for the kubelet service, I'm experiencing an issue where the addresses of the removed nodes are not deleted from the EndpointSlice correctly,...
I'm using [this workaround](https://github.com/michelesr/nvim-config/blob/65e2dab1d90787471106aa4c99ec4b07eb76f902/lua/config/treesitter.lua#L129-L149) at the moment, which reuses some of the old code from the master branch, and doesn't need to set `{expr = true}` when you map `;`...