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

## Feature Request ### Description Load balancers are ubiquitous in cloud environments but not standardized and manual work in on-premise setups. Hence letting Talos handle this requirement internally would relieve...

## Feature Request Currently removing the module section has no effect on the loaded kernel modules. Standard OS support unloading kernel modules. Currently the only way in talos is to...

## Feature Request Support passing in kernel module arguments in talos machine config ### Description Possible syntax: ```yaml modules: - name: nvidia args: - foo=bar ```

## Feature Request If a user is receiving their IPv6 address via SLAAC, it is very likely that they are _also_ expecting to receive routes via Router Advertisements. The default...

area/networking
size/S
triage/needs-planning

## Bug Report ### Description 1. I provisioned a talos cluster with docker on Fedora 35: `talosctl cluster create --wait --extra-disks 1 --workers 3` 1. I followed [this guide and...

Currently the [config reference](https://www.talos.dev/v1.0/reference/configuration/#config) just says that `persist` > Indicates whether to pull the machine config upon every boot. After discussion in Slack, it seems that a more appropriate description...

Investigate the ways to do extract this code, how to make it depend only on Talos machinery, but not Talos itself. Pain points: abstract `ClusterInfo` interface. Why? * reuse in...

1. Check that all `DaemonSet`s, `StatefulSet`s, `Deployment`s with label `lifecycle.talos.dev/healthCheck` are fully rolled out (all pods are ready). We need this because we can't query pod readiness if the pod...

1. Check that all pods across namespaces with label `lifecycle.talos.dev/healthCheck` are `Ready`, skip pods which are in Terminated/Shutdown state. We can add this label to `coredns` and `kube-proxy` deployments in...

## Bug Report ### Description Add machine.install.extraKernelArgs section with logging specification. Note exiting the editor indicates the change was applied, but actually you need to do a `talosctl upgrade` with...