What is using ClusterIP 10.233.0.10?

Viewed 18

I am trying to reinstall coredns in a kubernetes cluster. But I am met with the following error that the ClusterIP 10.233.0.10 is already being used. When trying to install the service.

I can not figure out what is using the IP, there are no pods or services in the entire cluster bound to that specific ip.

Is there some way i can list all ClusterIPs currently in use so i can remove the reservation?

0 Answers
Related