it fails at service.go:
// Create endpoint watcher.
endpointWatcher, err := endpointsClient.Watch(context.TODO(), metav1.ListOptions{})
if err != nil {
return errors.Wrapf(err,
"Could not create watcher for Endpoint objects associated with Service %q",
sia.config.currentInputs.GetName())
}
defer endpointWatcher.Stop()
line 136