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

See https://github.com/kubernetes/kubernetes/releases/tag/v1.31.0-alpha.1 1. Update siderolabs/go-kubernetes for 1.31, add new deprecations (interesting case is CSI in-tree removal). 2. Update kubelet 3. Update Talos

## Feature Request Creating a cluster via the CLI (yc) on Yandex Cloud. ### Description I try to create it on Yandex using https://www.talos.dev/v1.7/talos-guides/install/cloud-platforms/hetzner/ as a base but unsuccessful using...

## Bug Report Storage on worker nodes go invalid after we apply ZFS extension ### Description Storage on worker nodes go invalid after we apply ZFS extension. This is on...

When following the [sidero getting started to bring up a cluster](https://www.sidero.dev/v0.6/getting-started/prereq-kubernetes/) with: ``` export HOST_IP="192.168.1.175" talosctl cluster create \ --name sidero-demo \ -p 67:67/udp,69:69/udp,8081:8081/tcp,51821:51821/udp \ --workers 0 \ --config-patch '[{"op":...

See https://git.kernel.org/pub/scm/utils/kernel/kexec/kexec-tools.git/tree/kexec/kexec-pe-zboot.c

## Feature Request ### Description Currently, bonds can use a deviceSelector to select its slaves, but the `primary` field used by active-backup/balance-tlb/balance-alb seems to still require a hardcoded interface name...

## Feature Request A mean to add a custom Certification Authority to the trusted CA certificates used by talos images to make them able to connect to a Omni server...

Code in question: https://github.com/siderolabs/talos/blob/1fb8453c2db1659dd6c1670e4174125b26e777c5/internal/app/machined/pkg/runtime/v1alpha1/v1alpha1_sequencer.go#L89-L103 Here we execute a sequence of steps (a bit different for containers/non-containers), which might look better as a simple sequence of Go function calls with `defer`...

Goal: reduce number of tasks in the `initialize` sequence, eventually get rid of the sequence. ```[tasklist] ### Tasks - [ ] https://github.com/siderolabs/talos/issues/8898 - [ ] https://github.com/siderolabs/talos/issues/8899 - [ ] https://github.com/siderolabs/talos/issues/8900...