talos
talos copied to clipboard
Talos Linux is a modern Linux distribution built for Kubernetes.
Code: https://github.com/siderolabs/talos/blob/1fb8453c2db1659dd6c1670e4174125b26e777c5/internal/app/machined/pkg/runtime/v1alpha1/v1alpha1_sequencer_tasks.go#L387-L401 Instead of writing it down dynamic way with a bind mount, `go generate` the file contents, and make it part of `rootfs` and read-only. Remove the task.
Code in question: https://github.com/siderolabs/talos/blob/1fb8453c2db1659dd6c1670e4174125b26e777c5/internal/app/machined/pkg/runtime/v1alpha1/v1alpha1_sequencer_tasks.go#L541-L555 Instead, use a controller which will update the environment based on the configuration. Allow to remove env variables. In the sequencer, for compatibility need to have...
These two issues seem to be intertwined, so we track them in a single Epic. At the same time there is no hard dependency between them. ## High-Level Objectives 1....
## Adding a Non-Talos Node to a Cluster This is my personal walkthrough steps for adding a new non-Talos node to a Talos cluster. YMMV. ### Description I love the...
## Bug Report This morning I woke up to what appeared to be my nvme being offline. Honestly I ran the support command, drained and rebooted it ASAP. It appears...
## Feature Request ### Description kubectl has auth extension https://kubernetes.io/docs/reference/config-api/client-authentication.v1beta1/ It help to store secrets in trusted places. like https://github.com/chrisns/kubectl-passman and many others. What do you think about it? Can...
## Feature Request Implement basic health-checks on apply, for features that can brick nodes such as: - Image-pull working out - Node networking still working Preferably also report this back...
### Description Another nice thing to have is the ability to reapply the last known good machine configuration to get back the node to a working state. Save the machine-config.yml...
## Feature Request ### Description Currently, bridge interfaces must declare the interfaces to be included in device name format, e.g. `eno1` or `eth0` or `enp1s0`. Being able to define which...
No way to run GCP tests.