Andrey Smirnov

Results 1163 comments of Andrey Smirnov

setting up virtual consoles: https://github.com/systemd/systemd/blob/main/src/vconsole/vconsole-setup.c

There is not enough information to provide a meaningful answer. `kubectl` talks to the control plane endpoint, what is the control plane endpoint for your cluster? is it a load...

I don't know the root cause, but clearly loadbalancer doesn't work properly (it's there in the end of the logs).

We certainly don't want to implement every push API in Talos itself, and as usually collecting logs means also collecting pod logs, running something in between Talos and Loki is...

The idea was to push to the cluster local Filebeat for example which will do the proper forwarding

Please don't treat my answer as 'no, we won't ever implement that', but supporting Loki directly adds another group of questions - what should be the field names, etc. With...

> @smira, the DaemonSet approach is quite interesting. I suppose it will not work when kubernetes is not yet up (or if it fails to go up)? yes, DaemonSet approach...

> In the case of sending logs via udp, those will be lost. > > Without reading too much of `internal/app/machined/pkg/runtime/logging`, I assume there's some ring buffer (capped to 1M),...

This will be available as part of the work here.

This should be mostly within the `kubelet` image