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

## Feature Request It would be great if there was some form of templating, or at least placeholder replacement in the Talos system extension image name/tag. So that it can...

We'll be defaulting to `schedutil` soon instead of `userspace`, but some users want to set to `performance`. We should figure out how to make this value tweak-able. Sysctl sounds like...

kind/feature
area/machineconfig
area/kernel
size/S
platform/metal

## Feature Request Especially since adding contexts can be automated, we should add a context remove CLI option, as well. `talosctl context remove XXXX` Ideally, this should allow glob patterns,...

kind/feature
area/cli
good first issue
size/S
kind/quality-of-life

The old instructions using a snapshot to start from are deprecated. As confirmed by one of the contributors at Hetzner (see [here](https://github.com/hetznercloud/hcloud-go/issues/192#issuecomment-1046206839)) servers created from snapshots will not be able...

Signed-off-by: Andrey Smirnov # Pull Request ## What? (description) ## Why? (reasoning) ## Acceptance Please use the following checklist: - [ ] you linked an issue (if applicable) - [...

Add mdadm package to root filesystem. Which automatically activate healthy softraid. PR: https://github.com/talos-systems/pkgs/pull/315 Soft raid has to be created before ```shell mdadm --create --verbose --level=1 --metadata=1.2 --raid-devices=2 --homehost=any /dev/md/RAID1Array /dev/sdb...

This PR solves two problems: 1. kubelet can connect to the kube-api if node name was changed (dhcp tricks) 2. health check error message if rotate-server-certificates is true Result ```bash...

Stop moving containerd process into any cgroup. Signed-off-by: Andrey Smirnov --- This change is [](https://reviewable.io/reviews/siderolabs/talos/4126)

status/approved

## Feature Request `kube-scheduler` can be configured with a `PodTopologySpread` yaml configuration file (example attached). The Kubernetes reference mentions the config yaml should be passed to the kube-scheduler command with...

## Feature Request build openssl and other crypt libraries used with fips support. ### Description build openssl and other crypt libraries used with fips support.