Kubectl describe ingress not working

Hi,
I’m getting “Error from server (NotFound): the server could not find the requested resource” while running describe ingress command . Client and server versions is v1.15.0 ,v1.13.6
Please help me

What namespace is the ingress controller you are looking for in?

I have checked with namespace (This is my namespace “port-ingress”)but still facing same.

kubectl describe ingress <“ingress name”> <“namespace”>

This sort of thing is often a problem when the client and server are not within a major revision of each other. You should upgrade/downgrade so that they match.

1 Like

Nice catch