You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 18, 2020. It is now read-only.
I found that in the Go sample operator, I had to install cert-manager into the cluster before deploying (see #149). For the Helm operator, I'm getting a similar error but concerning a ServiceManager:
error: unable to recognize "STDIN": no matches for kind "ServiceMonitor" in version "monitoring.coreos.com/v1"
make: *** [deploy] Error 1
I was reading through the Helm operator sample README and didn't see anywhere a mention of extra software or configuration I'd have to deploy to my cluster to be able to deploy the sample operator, but it seems like something is missing (maybe there's a ServiceMonitor set up by default in some types of clusters, like OpenShift, that aren't available in vanilla Kubernetes?).