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

## Bug Report ### Description I am experiencing an intermittent issue where control plane nodes fail to join the etcd cluster after bootstrap. Roughly 50% of the time the etcd...

## Feature Request Digital Ocean now allows you to easily add an image by URL, which would make the DO installation procedure much easier, but it only accepts the raw...

## Bug Report ### Description I believe this has been happening since 1.0 or 1.1. Every OS upgrade results in a boot loop, and I need to `dd` the sdcard...

## Bug Report ### Description talos VM's (all 5 of mine) whine about renew packets not making it. I captured pcaps of all the DHCP (67/68) and ICMP traffic for...

Having high GOMAXPROCS (e.g. on 32+ on multi-core systems) might be a source of inefficiency for processes using less than maximum number of cores. Talos's machined, apid, trustd should not...

## Bug Report ### Description Adding an extension to during the installation phase like: ``` machine: install: extensions: - image: ghcr.io/siderolabs/iscsi-tools:v0.1.1 # System extension image. ``` Doesn't pull the image...

# Pull Request ## What? Explain that editing cluster config may also require a k8s-upgrade and component restart step, with link to 'upgrading kubernetes' docs. Updated these docs to explain...

## Bug Report ### Description I created a new cluster without CNI by adding `--config-patch '[{"op": "add", "path": "/cluster/proxy", "value": {"disabled": true}}, {"op":"add", "path": "/cluster/network/cni", "value": {"name": "none"}}]'` to `talosctl...

When using "external" IPs (cloud-assigned public IPs which are not assigned to the node networking stack), KubeSpan shouldn't report those as node addresses reachable over KubeSpan. The problem with external...

## Feature Request Bootstrap Talos OS on the Raspberry Pi CM4 based devices from OnLogic, the OnLogic Factor 201 and 202. ### Description We are planning to run Talos cluster...