openebs-zfs error while deploying app

svenem

Cadet
Joined
Sep 13, 2023
Messages
1
Hello,

I've run into a problem while deploying a TrueCharts app. (Jellyfin)
I get the following application events:

2023-08-29 22:57:
0/1 nodes are available: 1 pod has unbound immediate PersistentVolumeClaims. preemption: 0/1 nodes are available: 1 Preemption is not helpful for scheduling.
2023-08-29 22:57:
External provisioner is provisioning volume for claim "ix-jellyfin/jellyfin-config"
2023-08-29 22:57:
failed to provision volume with StorageClass "ix-storage-class-jellyfin": error generating accessibility requirements: no available topology found.
2023-08-29 22:57:
waiting for a volume to be created, either by external provisioner "zfs.csi.openebs.io" or manually created by system administrator.

So I went to look if something with the kubernetes pod is wrong:
image.png


Somehow, the openebs-zfs-node is stuck and can't deploy.
Restarting the system sadly doesn't change anything.

I also tried the following command, to force it to deploy again: (by recommendation of a random reddit user)
k3s kubectl delete -n kube-system pod/openebs-zfs-node-qgdlx --grace-period=0 --force

Does somebody have an Idea, how to fix that?
 
Top