Panic: failed to get resource type: failed to get the resource REST mapping for GroupVersionKind

@phyxavier

Can you upload output of following commands here?

  1. List all stork pods

kubectl get pods --all-namespaces -l name=stork

  1. 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.