Skip to content
This repository was archived by the owner on Nov 18, 2020. It is now read-only.
This repository was archived by the owner on Nov 18, 2020. It is now read-only.

Helm operator sample fails during 'make deploy' with 'no matches for kind "ServiceMonitor"' #150

@geerlingguy

Description

@geerlingguy

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?).

Related: ansible-community/operator-sdk-performance-testing#1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions