eventing-operator
eventing-operator copied to clipboard
DEPRECATED: Development continues in https://github.com/knative/operator/
**Describe the bug** ``` {"level":"error","ts":"2020-01-22T16:52:31.083Z","logger":"eventing_operator.knativeeventing-controller","caller":"controller/controller.go:376","msg":"Reconcile error","commit":"90ee8aa","knative.dev/controller":"knativeeventing-controller","error":"ServiceAccount \"eventing-controller\" is invalid: [metadata.ownerReferences.apiVersion: Invalid value: \"\": version must not be empty, metadata.ownerReferences.kind: Invalid value: \"\": kind must not be empty, metadata.ownerReferences.name: Invalid value:...
Controller developed with kubebuilder or operator-sdk is more easier than the native one, so will the native reconciler in knative/eventing be replaced with this eventing-operator?
Knative eventing supports the installation with or without IMC. We can create a new option in the CRD to determin whether to install it or not.
Eventing operator also needs to verify if it works correctly with the latest eventing release yaml.