Vlado Djerek

Results 23 comments of Vlado Djerek

Really not sure where to look for issues here. Can you post output of `cilium status` from any cilium pod. Perhaps we can see something there

Yeah it crossed my mind also. Could we add forceSleepAfter: xm or still read sleepTime. Its crude but a good start until ideas on how to detect inactivity come. Perhaps...

Of course im willing to help. Not a developer but perhaps i still can help, with development or just testing. Let me know

Can be achieved by copying the file to the first controller node: ```spec: hosts: - ssh: address: controllernode-1.example.com role: controller+worker files: - name: exampleManifest src: manifest.yaml dstDir: /var/lib/k0s/manifests/ perm: 0600...

How often? I would assume each time you run k0sctl apply? Maybe your case can be solved with hooks? https://github.com/k0sproject/k0sctl?tab=readme-ov-file#spechostshooks-mapping-optional

In my case cilium is installed manually (for the purpose here it can be considered the same as helm extension) and the rest is handled by fluxcd, including the cilium...

Good to hear, flux and similar tools allows for a more deliberate dependency chain which is appropriate here.

Im also able to pull with docker on my PC. Need it on k8s and cannot pull it nor understand what is the issue, im here looking for ideas

Seems that the issue is with the package pigz which in my case when detected on system means that containerd will use unpigz to exctract the image. Removing the package...

Containerd on start detects if there is unpigz and should it use it https://github.com/containerd/containerd/issues/3824#issuecomment-553802643