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
trafficstars

## Feature Request I would like a kernel flag that can enable [grpc api reflection](https://grpc.io/docs/guides/reflection/) for exploring the Talos API and making it easier to build tools that use the...

## Bug Report ### Description When creating a cluster with `talosctl` and docker, `coredns` does not start ```sh talosctl cluster create ``` View logs talosctl cluster create validating CIDR and...

Hello. I want to deploy [Konnectivity](https://kubernetes.io/docs/tasks/extend-kubernetes/setup-konnectivity/) server as a StaticPod. ```yaml apiVersion: v1 kind: Pod metadata: name: konnectivity-server namespace: kube-system spec: priorityClassName: system-cluster-critical hostNetwork: true containers: - name: konnectivity-server-container image:...

## Bug Report Kubelet `skipNodeRegistration` breaks `talosctl upgrade-k8s` ### Description Hello. I want to hide the control plane nodes from the Kubernetes cluster using this configuration: ```yaml machine: kubelet: skipNodeRegistration:...

## Bug Report CLI warns about --wait and --insecure being used together while only --insecure is being used. ### Description According to https://www.talos.dev/v1.8/reference/cli/#talosctl-reset the CLI can be used to reset...

## Feature Request Add support for hardware OPAL disk encryption in the existing luks2 provider. ### Description cryptsetup 2.7.0 introduce support for hardware OPAL disk encryption (see [release notes](https://lore.kernel.org/cryptsetup/[email protected]/T/)) by...

## Feature Request It should be possible to add arbitrary search domains to the Talos + k8s DNS configurations. This is possible at the moment only by making the node...

## Feature Request Provide a way to configure the ndot DNS configuration ### Description The ndot configuration seems to be currently set to 5. Example with Prometheus stack deployed via...

# Bug Report ## Description DNS not working when Talos is installed on a machine in an IPv6-only network. I needed to do multiple customizations and workarounds which I think...

Can we add IPv6 default DNS resolvers to the list of defaults based on IPv6 status of the machine? Can we add always and skip using if IPv6 is not...