Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Time Query Error #9858

Open
DizzieNight opened this issue Dec 2, 2024 · 3 comments
Open

Time Query Error #9858

DizzieNight opened this issue Dec 2, 2024 · 3 comments

Comments

@DizzieNight
Copy link

Bug Report

Description

Out of nowhere my nodes start getting the following error
image

It's generally only 1 or 2 workers at a time but I have no idea why it is happening. The workers become completely unresponsive.

Logs

Environment

  • Talos version: 1.8.3
  • Kubernetes version: 1.31.2
  • Platform: Baremetal/VM
@smira
Copy link
Member

smira commented Dec 2, 2024

The error sounds like a firewall issue. As Talos doesn't block outbound connections, check your CNI, specifically if you're using something more advanced like Cilium.

@DizzieNight
Copy link
Author

I am using cilium, sorry should have mentioned that. I'm not too familiar with it. If you are then would you have any ideas where I can look to find the problem?

@smira
Copy link
Member

smira commented Dec 2, 2024

I'm not a Cilium expert, but operation not permitted is usually returned by the firewall. So my guess is that Cilium blocks these connections. No idea why, could be mostly anything, including overlapping pod subnet with your host network, or some network policies, or simply a bug.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants