rethinkdb-operator
rethinkdb-operator copied to clipboard
Operator 0.0.3 is failing on actual CRD
time="2019-04-04T15:30:36Z" level=info msg="Go Version: go1.10.2"
time="2019-04-04T15:30:36Z" level=info msg="Go OS/Arch: linux/amd64"
time="2019-04-04T15:30:36Z" level=info msg="operator-sdk Version: 0.0.5"
time="2019-04-04T15:30:36Z" level=info msg="rethinkdb-operator Version: 0.0.3"
time="2019-04-04T15:30:36Z" level=info msg="Starting readyz endpoint..."
time="2019-04-04T15:30:36Z" level=error msg="failed to get resource client for (apiVersion:operator.rethinkdb.com/v1alpha1, kind:RethinkDB, ns:default): failed to get resource type: failed to get the resource REST mapping for GroupVersionKind(operator.rethinkdb.com/v1alpha1, Kind=RethinkDB): no matches for operator.rethinkdb.com/, Kind=RethinkDB"
panic: failed to get resource type: failed to get the resource REST mapping for GroupVersionKind(operator.rethinkdb.com/v1alpha1, Kind=RethinkDB): no matches for operator.rethinkdb.com/, Kind=RethinkDB
goroutine 1 [running]:
github.com/jmckind/rethinkdb-operator/vendor/github.com/operator-framework/operator-sdk/pkg/sdk.Watch(0x10689aa, 0x1f, 0x1056d8f, 0x9, 0x1055d0e, 0x7, 0x5)
/Users/jmckenzie/go/src/github.com/jmckind/rethinkdb-operator/vendor/github.com/operator-framework/operator-sdk/pkg/sdk/api.go:48 +0x389
main.run()
/Users/jmckenzie/go/src/github.com/jmckind/rethinkdb-operator/cmd/rethinkdb-operator/main.go:51 +0x6d
main.main()
/Users/jmckenzie/go/src/github.com/jmckind/rethinkdb-operator/cmd/rethinkdb-operator/main.go:34 +0x2a