Juan-Luis de Sousa-Valadas Castaño
Juan-Luis de Sousa-Valadas Castaño
@twz123 I believe all your concerns should be addressed now. Can you please check the commit "Log when a call to users.GetUID fails" ? The other commit has no modifications....
Hi, In addition that, I think you'll need to label the node manually: ``` $ kubectl label node/controller-0.k0s.lab node-role.kubernetes.io/master="" node/controller-0.k0s.lab labeled $ k0s kc get node --show-labels controller-0.k0s.lab NAME STATUS...
I've been looking into this a bit further. Logrus is known to be quite slow, but even being slow it doesn't take a significant amount of time. In fact in...
Hi, we haven't seen this before so we believe this has to be triggered by something in your environment. What happens if you reboot and instead of: ``` sudo k0s...
@jnummelin you're way more familiar than me with autopilot, would you mind having a look? I believe this is fine and we only have those fields so that they are...
Hi @emosbaugh I see https://github.com/k0sproject/k0s/pull/5151 is approved. Is there anything pending besides merging or it's just that last step? We just merged it, but you're welcome to merge it yourself...
Hi, just a minor update, I successfully reproduced this and I'm currently working on it.
Note to self: The issue is that the existing charts never reach the function InstallOrUpgradeChart because the controller doesn't get an event for existing objects. https://github.com/k0sproject/k0s/blob/main/pkg/component/controller/extensions_controller.go#L282 I'm pretty sure we...
> Can you elaborate? K0smotron can simply use the CPLB addresses without k0s using them. Yes, but k0smotron would have to be modified as it's hardcoded to set the externalAddress....
Closing this for now. Will reopen after merging userspace reverse proxy.