-
Notifications
You must be signed in to change notification settings - Fork 39
Open
Description
Thanks for opening an issue for the M3DB Operator! We'd love to help you, but we need the following information included
with any issue:
- What version of the operator are you running? Please include the docker tag. If using
master
, please include the git
SHA logged when the operator first starts.
manifest = https://raw.githubusercontent.com/m3db/m3db-operator/master/bundle.yaml
docker image tag = quay.io/m3db/m3db-operator:latest
also tried with docker image tag being v0.13.0
, same result
- What version of Kubernetes are you running? Please include the output of
kubectl version
.
Client Version: version.Info{Major:"1", Minor:"23", GitVersion:"v1.23.1", GitCommit:"86ec240af8cbd1b60bcc4c03c20da9b98005b92e", GitTreeState:"clean", BuildDate:"2021-12-16T11:33:37Z", GoVersion:"go1.17.5", Compiler:"gc", Platform:"darwin/amd64"}
Server Version: version.Info{Major:"1", Minor:"22", GitVersion:"v1.22.4", GitCommit:"b695d79d4f967c403a96986f1750a35eb75e75f1", GitTreeState:"clean", BuildDate:"2021-11-17T15:42:41Z", GoVersion:"go1.16.10", Compiler:"gc", Platform:"linux/amd64"}
MacOS - Docker For Desktop - built-in kubernetes
- What are you trying to do?
Install the m3db operator
- What did you expect to happen?
Operator pod would be in Running
state
- What happened?
{"level":"info","ts":1642550015.150743,"msg":"using InCluster k8s config"}
{"level":"info","ts":1642550015.1522524,"msg":"starting Operator controller","controller":"m3db-cluster-controller"}
E0118 23:53:35.163925 1 reflector.go:153] pkg/mod/k8s.io/[email protected]/tools/cache/reflector.go:105: Failed to list *v1alpha1.M3DBCluster: the server could not find the requested resource (get m3dbclusters.operator.m3db.io)
{"level":"fatal","ts":1642550015.1678174,"msg":"error running controller","error":"could not create or update CRD: error creating CRD 'm3dbclusters.operator.m3db.io': the server could not find the requested resource","errorVerbose":"the server could not find the requested resource\nerror creating CRD 'm3dbclusters.operator.m3db.io'\ncould not create or update CRD"}
Metadata
Metadata
Assignees
Labels
No labels