talos
talos copied to clipboard
Talos Linux is a modern Linux distribution built for Kubernetes.
# Pull Request Talos client can connect to Talos API via a proxy with basic auth. Additionally it is now optional to specify a TLS CA,key or crt. Optionally Developers...
Part of #5668 story: as the advertised peer URLs might change, we might want to update them in real time using the etcd members API for each node. Need to...
Now that we have implemented and added Go-structs 2 protobuf encoder/decoder we should add generator which will generate proto definitions from those structs. Relevant: - https://github.com/siderolabs/talos/issues/4417 - https://github.com/siderolabs/talos/issues/4416
## Feature Request Convert native Go struct which represents a resource (e.g. `LinkStatusSpec`) to a `.proto` file under `api/resources/...` and methods `MarshalToProto`, `UnmarshalFromProto`. ### Description
Track the progress of the long-running actions `reboot`, `reset`, `upgrade` and `shutdown` on the client side by default, unless `--no-wait=true` is specified. Use the events API to follow the events...
## Feature Request Allow setting `cgroupRoot` in kubelet config. ### Description When running Talos as a pod on a Talos node, both kubelets try to use the `/kubepods` cgroup which...
## Feature Request Since there is a windows-amd64 binary in your release, why not add it to chocolatey and update automatically each release? It would make things easier. Kubernetes has...
The generated config for the machine may look like that: ```yaml --- version: v1alpha1 kind: InstallConfig spec: preserve: true disk: /dev/vda # immutable image: ghcr.io/siderolabs/installer:v1.2.0 extraKernelArgs: - ... extensions: -...
## Bug Report ### Description I followed the guide to install a single-master Talos cluster on Digital Ocean. Once I got to the step of using `kubectl` to manage the...
## Bug Report ### Description Trying to build an ISO with system extensions enabled using: `sudo make image-metal IMAGER_SYSTEM_EXTENSIONS="docker.io/me/custom-image:latest"` Results in: ``` v1.2.0-alpha.1-21-ge97b9f6d3: Pulling from siderolabs/imager Digest: sha256:557974f4456e7cb0d306fadde257479d353b303f4aab7d90009e7bedae48bc18 Status: Image...