Martin Löper
Martin Löper
Hi @fquffio, unfortunately I do not know which service linked role has to be created there. :laughing: I just wanted to make it work as quickly as possible and adding...
I'll give it a try! Thanks @nbaju1 !!
I had a similar issue yesterday - also running the tinkerbell chart on k3s. The control-plane did not complain, but my worker nodes running k3s-agent lost connectivity on their primary...
I just replaced the whole kube-vip by setting `--set "stack.kubevip.enabled=false"` and `--set "stack.lbClass=null"` -> using k3s built-in load balancer implementation ServiceLB aka klipper. There seems to be some kube-vip issue...
it was `TAR_OPTIONS="--wildcards"` with `s` in my case Thanks anyway!!!
this would be super cool to have!
I second this idea! I am looking for a solution which involves writing logs to fluentd to store them in Grafana Loki. Also, it would be great to export Pipeline-Level...
I do not know if this is related but my skaffold dev crashes terribly at the end of the helm install phase when timestamps are enabled with something like: `2025-01-07...
I can confirm this fix works for me! Please merge :)
to add to that: in my case the diff viewer executable path is copied over which also cannot work in a devcontainer: ```toml [core] ; pager = /opt/homebrew/bin/delta pager =...