-
Story
-
Resolution: Done
-
Normal
-
None
-
None
-
False
-
None
-
False
-
-
Description
When attempting to run the latest hive version (7cbb91212d) in a non-openshift cluster, the hive-operator pod will go into crash loop backoff with: "Could not wait for Cache to sync" errors. This was attributed towards the hive-operator pod watching the config.openshift.io proxy CR, which does not exist in a non-openshift cluster.
This is the PR that the issue appears to be added in: https://github.com/openshift/hive/pull/1999
Acceptance Criteria
- Place logic around the watch proxy resource to not watch said resource if it doesn't exist as a CRD in the cluster