You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I met a weird behavior in my k3s cluster that I tried to investigate but I miss knowledge about Python.
I had no logs even with correct configuration and I did not understand so I rebuild Docker image from my computer and I added logs everywhere on the path to understand what is done.
I came until this line where a new Pool is declared and the script freezes here. No error, no logs, no ends. Nothing.
def__init__(self):
print("Before Pool") # Displayedself.pool=Pool()
print("After Pool") # Never displayedself.last_call_timestamp=0
I rebuilt Docker image from main
It works locally and locally in Docker (same image that I deploy in Kubernetes)
I tested several nodes in my cluster, same behavior on three.
I tried to change security parameter, no one has an impact.
It's the first time I see this kind of freeze and I do not know Python.
My ideas:
Pool lib requires privilege in the cluster?
There is another issue I do not understand because of my lack of knowledge?
I do not exactly if it comes from code or from environment, because no one has complained about it before so probably it comes from my environment. That's said, the block on Pool means something and I need help on this.
I hope the description is enough clear for anyone!
Thanks for your work on this project!
Information:
Latest commit from main
k3s (1.30.x)
Python 3.13.1
The text was updated successfully, but these errors were encountered:
Hello!
I met a weird behavior in my k3s cluster that I tried to investigate but I miss knowledge about Python.
I had no logs even with correct configuration and I did not understand so I rebuild Docker image from my computer and I added logs everywhere on the path to understand what is done.
I came until this line where a new Pool is declared and the script freezes here. No error, no logs, no ends. Nothing.
I tried to change security parameter, no one has an impact.
It's the first time I see this kind of freeze and I do not know Python.
My ideas:
I do not exactly if it comes from code or from environment, because no one has complained about it before so probably it comes from my environment. That's said, the block on
Pool
means something and I need help on this.I hope the description is enough clear for anyone!
Thanks for your work on this project!
Information:
The text was updated successfully, but these errors were encountered: