Bug Report
Hi, I have tried to install Talos to RPI 5 (which finally support recently) as a control plan. It is ok to setup the cluster but I still found it will cut off the internet connection at a random time interval. In the UART sometimes I found error message like DNS not reachable. And after disable something the error message changed to failed refreshing discovery service data or simply timeserver not found. And I found the RPi5 is not found in my router's DHCP. Both talosctl and kubectl not work.
Description
Logs
Environment
- Talos version: [
talosctl version --nodes <problematic nodes>]
- Kubernetes version: [
kubectl version] v1.35.0
- Platform: SBC Raspberry Pi5
Installed by talosctl gen config with tailscale config
and with patches afterwards
apiVersion: v1alpha1 kind: ResolverConfig nameservers: - address: 8.8.8.8 - address: 1.1.1.1 - address: 192.168.0.1
machine: network: nameservers: - 8.8.8.8 - 1.1.1.1 - 192.168.0.1 features: hostDNS: enabled: false
Bug Report
Hi, I have tried to install Talos to RPI 5 (which finally support recently) as a control plan. It is ok to setup the cluster but I still found it will cut off the internet connection at a random time interval. In the UART sometimes I found error message like DNS not reachable. And after disable something the error message changed to failed refreshing discovery service data or simply timeserver not found. And I found the RPi5 is not found in my router's DHCP. Both talosctl and kubectl not work.
Description
Logs
Environment
talosctl version --nodes <problematic nodes>]kubectl version] v1.35.0Installed by talosctl gen config with tailscale config
and with patches afterwards
apiVersion: v1alpha1 kind: ResolverConfig nameservers: - address: 8.8.8.8 - address: 1.1.1.1 - address: 192.168.0.1machine: network: nameservers: - 8.8.8.8 - 1.1.1.1 - 192.168.0.1 features: hostDNS: enabled: false