I have stuck resources after delete a jitsi stack in my master node. The only pending resources are this two statefullset.appsset
, no pods are running.
If I execute the command:
kubectl delete statefulsets shard-0-jvb -n jitsi --force --grace-period=0 --cascade=orphan
The console freezes for hours and resources are not removed.
Any other way to force the destroying process?
The stack was created with Kustomize.