Skip to content

endpoint: Ignore empty Hostname from endpoints

Warren Gifford requested to merge core/bad-k8s-api into master

Created by: keegancsmith

In production we are getting empty hostnames from the searcher endpoints. When manually running kubectl get endpoints -o json searcher the hostname field is not set. However, the k8s client library we are using may be marshalling the field anyways for some reason. Either way this is causing searcher unavailability in production.

Merge request reports

Loading