talos
talos copied to clipboard
Talos Linux is a modern Linux distribution built for Kubernetes.
### Bridges Bridge configuration document creates and configures the bridge, it also embeds `LinkConfig` fields. ```yaml version: v1alpha1 kind: BridgeConfig name: bridge0 # bridge name links: # links which are...
### VLANs VLAN configuration document creates and configures the VLAN, it also embeds `LinkConfig` fields. ```yaml version: v1alpha1 kind: VLANConfig name: en0sp2.17 # VLAN link name parent: en0sp2 # parent...
### Bonds Bond configuration document creates and configures the bond, it also embeds `LinkConfig` fields. ```yaml version: v1alpha1 kind: BondConfig name: bond0 # name of the link links: # links...
## Bug Report ### Description Since updating to 1.10.1, one of my nodes has some etcd flapping on boot. It seems eventually etcd settles, but machined does not seem to...
# TODO - [ ] tests for scrub controller (needs ideas how do we avoid waiting a lot) - [x] report status for monitoring of scheduled scrubs, most recent scrubs...
See https://github.com/siderolabs/talos/discussions/10994
Similar to user volumes in the way they work, but the volume should not be formatted and mounted. Probably should support disk encryption as well. See https://github.com/siderolabs/talos/discussions/10795