fish-kubectl-completions
fish-kubectl-completions copied to clipboard
The server doesn't have a resource type "crd"
Full error when attempting,
kubectl get E0123 14:20:04.427250 31893 round_trippers.go:169] CancelRequest not implemented 0 ↵ error: the server doesn't have a resource type "crd" error: the server doesn't have a resource type "crd" E0123 14:20:20.285515 31897 round_trippers.go:169] CancelRequest not implemented error: the server doesn't have a resource type "crd"
It takes a long time to get to that point. Is there anyway for it to end faster provided you don't have the listed resource type?
what does kubectl version print out?
I had this same issue. It turns out minikube wasn't running, so minikube start fixed it for me.