Can you upload output of following commands here?
- List all stork pods
kubectl get pods --all-namespaces -l name=stork
- Get logs from stork pods
kubectl logs -l name=stork -n kube-system
If your stork pods are not in kube-system, you might need to change kube-system to the pod’s namespace in above command.