kiwix / operations

Kiwix Kubernetes Cluster
http://charts.k8s.kiwix.org/
5 stars 0 forks source link

Service without active endpoint #116

Closed benoit74 closed 10 months ago

benoit74 commented 10 months ago

Nginx ingress is complaining about services without active endpoints (don't know why it is looking after all services ... anyway)

│ W0901 08:23:57.056456       8 controller.go:1076] Service "zim/library-service" does not have any active Endpoint.                                                                                                                         
│ W0901 08:23:57.056611       8 controller.go:1076] Service "wikifundi/wukifundi-fr-service" does not have any active Endpoint.                                                                                                              
│ W0901 08:23:57.056668       8 controller.go:1076] Service "cluster-mgmt/overview-service" does not have any active Endpoint.

The first one looks like a left-overs of service renaming The second one looks like a left-overs of service name typo fix + looks like nothing is deployed anymore in wikifundi The third one looks like a left-over of cluster-mgmt removal (namespace looks like empty)

@rgaudin : ok for you if I delete them next monday / when prod is stable ?

rgaudin commented 10 months ago

You can remove all of them ; thank you

benoit74 commented 10 months ago

Done