talos icon indicating copy to clipboard operation
talos copied to clipboard

Talos Linux is a modern Linux distribution built for Kubernetes.

Results 607 talos issues
Sort by recently updated
recently updated
newest added

Add some link-local IPv6 address to the list of addresses to listen on (in addition to 196.254). Failure to listen on IPv6 should be ignored (in case if the IPv6...

## Bug Report ### Description Using the following command on single node bare metal (Asus PN50 with 2x 1TB drives, 1 is NVME with the OS, the other is a...

## Bug Report On trying to set `net.ipv6.conf.enp1s0.stable_secret` I see: ``` user: warning: [2024-09-20T21:23:10.724128463Z]: [talos] controller failed {"component": "controller-runtime", "controller": "runtime.KernelParamSpecController", "error": "1 error occurred:\n\t* read / proc/sys/net/ipv6/conf/enp1s0/stable_secret: input/output error\n\n"}...

## Bug Report Cannot upgrade to Talos v1.10.4 ### Description Attempting to upgrade to 1.10.4 I get the following in the console logs: ``` 12/06/2025 11:50:47 2025/06/12 18:50:48 running Talos...

## Bug Report The local storage configuration (namely Local Path Provisioner as documented here: https://www.talos.dev/v1.10/kubernetes-guides/configuration/local-storage/) works under Talos 1.9.x, however it ceases to work under talos 1.10.x and is unable...

## Bug Report Upgrading kubernetes version 1.32.x leads to changes in the Proxy hostpath. ```+++ b/apps/v1.DaemonSet/kube-system/kube-proxy @@ -2,7 +2,7 @@ kind: DaemonSet metadata: annotations: - deprecated.daemonset.template.generation: "1" + deprecated.daemonset.template.generation: "2"...

## Bug Report ![Image](https://github.com/user-attachments/assets/5de8ee82-5fdd-467e-bc04-f96bdd96e840) ![Image](https://github.com/user-attachments/assets/ed8c90fe-9459-4b49-a02f-06ec51d9abd4) ### Description When setting up a cluster of 3 masters and a worker, on one of the nodes the public and private ip switched places....

Added example to enable HTTP server and listen port.

status/ok-to-test
status/ok-to-merge

## Bug Report I have tried to upgrade a node from 1.9.5 to 1.10.4. I have followed the instructions and created a new image with the kernel argument `kexec_load_disabled=1`. However,...

# Pull Request ## What? (description) Minor fixes for command and examples in the new kernel-module doco. ## Why? (reasoning) Just running through it myself and found a couple of...