talos
talos copied to clipboard
Talos Linux is a modern Linux distribution built for Kubernetes.
# Pull Request ## What? (description) Replace quay.io/cilium/cilium-cli-ci:latest with alpine/helm:latest and modify the command accordingly in "Method 5: Using a job". ## Why? (reasoning) The current method does not support...
## Bug Report ### Description I was trying to [update the config for kube-proxy](https://github.com/siderolabs/talos/discussions/7799#discussioncomment-8776025) to enable metrics and hit this. Running a `upgrade-k8s` in place terminates in the following error...
## Feature Request With cilium 1.16 netkit support is launched. Regarding to cilium this needs kernel 6.8 or higher. Would be nice, if Talos supports this soon. ### Description Netkit...
## Bug Report I wanted to run Talos 1.7.5 and with Cilium, but it causes an error of:  ### Description I tried with Cilium 1.15.7 and 1.16.0. Cilium values...
## Bug Report ### Description `talosctl` does not honour Docker contexts. For example, if the Docker endpoint is non-standard (e.g. when using Colima), then `talosctl` fails unless `DOCKER_ENDPOINT` is set....
## Feature Request The ability to reparent child processes launched from within containers or talos system-extentions. ### Description We are creating a system extension to take some responsibility in launching...
As an idea: `talos.configpatch=` encoded machine configuration patch. Data points: max kernel cmdline length is 4096 bytes. ``` $ cat worker.yaml | base64 | zstd -22 --ultra | wc -c...
Provide machine config document to announce extra static endpoint(s) for KubeSpan.
Draft: https://github.com/siderolabs/talos/pull/9167
## Feature Request Be able to define healthchecks for extension services. So we can check the health status with `talosctl services` ### Description It would be great if we could...