talos
talos copied to clipboard
Talos Linux is a modern Linux distribution built for Kubernetes.
## Bug Report ### Description - Run `talosctl upgrade --image some:image` with an invalid installer image. - Fix the image and push it with the same tag `docker push some:image`...
## Feature Request Linux kernel has many default params. And a few of it not good for kubernetes usage. AWS/GCP and other modify kernel params at boot time. Talos changes...
## Feature Request `talosctl` creates and uses two types of files in the user's home directory: - configuration - data Currently, these are mostly shoved into the non-standard `.talos` directory....
## Bug Report go-blockdevice is causing excessive allocations which can be avoided Loading meta many times causes excessive allocation of the buffer which holds the meta. ### Description ### Logs...
## Feature Request Want to boot without disks. ### Description Is it possible to run talos diskless with sidero. Can i store files for docker on NFS on something like...
## Feature Request Add an installation option which will overwrite the currently running system. ### Description In some environments, it's not possible to boot from custom images. Takeover installations (e.g....
## Feature Request We implemented #5641 without an integration test. ### Description
## Feature Request Make possible to encrypt additional disks at boot time. ### Description Talos takes us cloud agnostic solution. You can have one control plane for different worker nodes...
## Feature Request If raw boot artifacts are needed (e.g. for PXE booting), `imager` could simply output `initramfs.xz` and `vmlinuz`, as they're anyways inside the image. Basically it means to...
## Feature Request E.g. to boot Talos on hardware which requires additional kernel modules. ### Description As of right now, `iso` builder is different from common image builder, so it...