Floren Munteanu
Floren Munteanu
Removing the `node-ip` from agent configuration fixes the issue: ``` Dec 11 16:48:22 chaos k3s[16812]: time="2024-12-11T16:48:22-05:00" level=info msg="Starting k3s agent v1.31.3+k3s1 (6e6af988)" Dec 11 16:48:22 chaos k3s[16812]: time="2024-12-11T16:48:22-05:00" level=info msg="Adding...
@brandond I figured where is the issue, K3s disables kublelet anonymous authentication. Also, I decided to disable `metrics-servers` and use a standalone deployment, which fixes all the `Failed to scrape...
Yes, I definitely don't want to do that. I simply wanted to see if there is an additional connectivity problem that anonymous auth might mask. I'll open a new issue...
Same approach here.
@bep thank you for the response. From your perspective, what changes should I apply to hugo.yaml, in order to achieve the intended result? I even tried changing from [`menus.main`](https://github.com/axivo/hugo-module/blob/4447b3ed9a8d7cbc9ffeb3af2507a5d14e4b0a63/docs/hugo.yaml) to...
@bep I'm still not sure what changes I need to perform, in order to achieve the scoped end-results. Right now I have the following mounts on [/project/hugo.yaml](https://github.com/axivo/hugo-module/blob/main/project/hugo.yaml) module: ``` module:...
Any developers willing to look at this?
Related to #388 and #389.
@brandond what’s the K3s release target for this implementation?
> There is a bug in the dropin config loading that is only going to be fixed in v1.32; upstream is not backporting the fix because it's not a regression,...