TrueNas Scale Unable to stop Kubernete on on TrueNAS-SCALE-22.12-RC.1

browntiger

Explorer
Joined
Oct 18, 2022
Messages
58
I seems to gained a feature on TrueNAS-SCALE-22.12-RC.1

Unable to stop one of my Kubernetes [Calibre] (infinite loop)... Get's stuck on "fetching data...". This worked fine in the prior BETA. Not sure what happened in between. Calibre is setup with PVC and 999Gi and Hostpath (none of that "Simple").

I did: k3s kubectl delete pod XXXXX -n xxx
(deleted),

But it immediately redeployed. With the same result. k3s work flawlessly, so this is something about UI.

Just letting you know.
 

Attachments

  • Screenshot 2022-11-24 054100.jpg
    Screenshot 2022-11-24 054100.jpg
    50.5 KB · Views: 359
Last edited:

browntiger

Explorer
Joined
Oct 18, 2022
Messages
58
Here is the log if it helps (for newly re-deployed pod), and full pod namespace yaml.

And two services
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
calibre-webserver LoadBalancer 172.17.134.40 192.168.1.7 8081:35604/TCP 24h
calibre LoadBalancer 172.17.41.237 192.168.1.7 8084:20880/TCP 24h
 

Attachments

  • calibre_calibre-78ff5fd8c8-nw2ws_calibre.zip
    5.9 KB · Views: 186
  • PodYaml.zip
    4 KB · Views: 179
Last edited:

morganL

Captain Morgan
Administrator
Moderator
iXsystems
Joined
Mar 10, 2018
Messages
2,694
Here is the log if it helps (for newly re-deployed pod), and full pod namespace yaml.

And two services
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
calibre-webserver LoadBalancer 172.17.134.40 192.168.1.7 8081:35604/TCP 24h
calibre LoadBalancer 172.17.41.237 192.168.1.7 8084:20880/TCP 24h

Did this occur immediately after the update to RC1?
Any other changes?
 

browntiger

Explorer
Joined
Oct 18, 2022
Messages
58
It looks like after 6 hours after the upgrade I was able to finally stop my "calibre" container. ("IT IS RESOLVED")
What is odd UI "stop" would work for all other containers, but NOT calibre. Not sure if there is PHREAD or process LIMIT.... /???
 
Top