talos icon indicating copy to clipboard operation
talos copied to clipboard

Talos Linux is a modern Linux distribution built for Kubernetes.

Results 607 talos issues
Sort by recently updated
recently updated
newest added

### 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...

status/ok-to-test

See https://github.com/siderolabs/talos/discussions/10994

status/ok-to-test
integration/misc
integration/images
integration/image-cache

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