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
I am trying to use the latest druid operator version v1.2.4 and it fails with the error
2024-10-21T16:59:40.813Z ERROR controller-runtime.source.EventHandler if kind is a CRD, it should be installed before calling Start {"kind": "DruidIngestion.druid.apache.org", "error": "no matches for kind \"DruidIngestion\" in version \"druid.apache.org/v1alpha1\""}
I understand this is due to the CRD not being present, but is there a way to mute the errors for ingestion ? I mean some flags to not use ingestion reconciler. I looked at the code and could not find anything, but maybe I missed something.
The text was updated successfully, but these errors were encountered:
I am trying to use the latest druid operator version
v1.2.4
and it fails with the errorI understand this is due to the CRD not being present, but is there a way to mute the errors for ingestion ? I mean some flags to not use ingestion reconciler. I looked at the code and could not find anything, but maybe I missed something.
The text was updated successfully, but these errors were encountered: