Andrey Smirnov d69305a670
fix: userspace wireguard handling
This is a fix for the wrong fix in #11204, which was wrong in two ways:

* the ldflags -X override had a wrong variable name, so it had no effect
* but the above even if it worked, only covered "mamangement" part of
  things, while `wgctrl-go` which configures things still has a
  hardcoded location of `/var/run/`.

So the fix is two ways:

* replace the location where the socket is created properly
* use updated forked wgctrl-go which looks in both locations

This keeps all fixes of #11204 - `talosctl cluster create` siderolink
agent works properly with `wg` on the host, and Talos uses proper
location.

Before the fix the location was actually `/var/run` and it randomly
failed depending on the race condition of Talos booting up and managing
`/var`.

Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
2025-10-30 14:12:38 +04:00
2025-10-23 19:10:48 +04:00
2025-10-23 19:10:48 +04:00
2025-04-10 12:35:41 +04:00
2025-09-30 20:55:29 +04:00
2025-10-23 19:10:48 +04:00
2025-05-15 16:47:09 +05:30
2025-05-13 18:08:55 +04:00
2021-05-19 06:08:14 -07:00
2025-09-22 18:48:34 +04:00
2024-09-18 14:47:15 +04:00
2025-10-23 19:10:48 +04:00
2025-10-30 14:12:38 +04:00
2025-10-30 14:12:38 +04:00
2025-10-23 19:10:48 +04:00
2017-11-03 16:19:12 -07:00
2025-10-30 14:12:38 +04:00
2025-10-15 13:36:18 +04:00
2024-09-18 14:47:15 +04:00

Talos Linux

A modern OS for Kubernetes.

Release Pre-release OpenSSF badge


Talos is a modern OS for running Kubernetes: secure, immutable, and minimal. Talos is fully open source, production-ready, and supported by the people at Sidero Labs All system management is done via an API - there is no shell or interactive console. Benefits include:

  • Security: Talos reduces your attack surface: It's minimal, hardened, and immutable. All API access is secured with mutual TLS (mTLS) authentication.
  • Predictability: Talos eliminates configuration drift, reduces unknown factors by employing immutable infrastructure ideology, and delivers atomic updates.
  • Evolvability: Talos simplifies your architecture, increases your agility, and always delivers current stable Kubernetes and Linux versions.

Documentation

For instructions on deploying and managing Talos, see the Documentation.

Community

If you're interested in this project and would like to help in engineering efforts or have general usage questions, we are happy to have you! We hold a monthly meeting that all audiences are welcome to attend.

We would appreciate your feedback so that we can make Talos even better! To do so, you can take our survey.

Office Hours

  • When: Second Monday of every month at 16:30 UTC.
  • Where: Google Meet.

You can subscribe to this meeting by joining the community forum above.

Note: You can convert the meeting hours to your local time.

Contributing

Contributions are welcomed and appreciated! See Contributing for our guidelines.

License

GitHub

Some software we distribute is under the General Public License family of licenses or other licenses that require we provide you with the source code. If you would like a copy of the source code for this software, please contact us via email: info at SideroLabs.com.

Description
Talos Linux is a modern Linux distribution built for Kubernetes.
Readme MPL-2.0 129 MiB
Languages
Go 98.5%
Dockerfile 0.7%
Shell 0.4%
Makefile 0.4%