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

Example, set interface IP address by MAC: ```cmdline: ip=172.20.0.2::172.20.0.1:255.255.255.0::enx001122aabbcc``` Interface MAC is `00:11:22:aa:bb:cc`. Source: https://www.freedesktop.org/wiki/Software/systemd/PredictableNetworkInterfaceNames/ Signed-off-by: Serge Logvinov

Signed-off-by: Steve Francis # Pull Request ## What? (description) ## Why? (reasoning) ## Acceptance Please use the following checklist: - [ ] you linked an issue (if applicable) - [...

status/ok-to-test

We add the `nodeLabels` key to the machine config to allow users to add node labels to the kubernetes Node object. The NodeLabels controller reads the nodeLabels from the machine...

status/ok-to-test

# Pull Request Part of the issue https://github.com/siderolabs/talos/issues/5839 ## What? (description) This resource stores common platform metadata information. Such as: * Hostname * Region * Zone * InstanceType (SKU) *...

status/ok-to-test

Bump golangci-lint to v1.50.0 Signed-off-by: Dmitriy Matrenichev

status/ok-to-test

First and foremost: I recognize that this feature request conflicts the principles of a small and immutable os, but I'll elaborate why I would need this and how it can...

## Feature Request ### Description Talos currently uses the `aescbc` provider for etcd encryption. The official documentation does not recommend using this anymore due to it being vulnerable to padding...

## Feature Request Audit Talos k8s config as per https://kubernetes.io/docs/concepts/security/security-checklist/ ### Description

OpenStack platform provides network configuration with the hostname and enables DHCP for `eth0`. Talos prefers operator-based (e.g. DHCP) resources over platform resources, so DHCP hostname overrides OpenStack (platform) hostname. To...

Node labels is a very powerful concept. At the moment node labels can only be passed as an extra argument to the `kubelet` which accepts node labels as a comma-separated...