cilium / cilium-olm

Other
10 stars 13 forks source link

bundle validation failure - missing CRD & unsupported media type #14

Closed errordeveloper closed 3 years ago

errordeveloper commented 3 years ago
time="2020-12-08T21:04:55Z" level=debug msg="Debug logging is set"
time="2020-12-08T21:04:55Z" level=debug msg="Found manifests directory" bundle-dir=../../../../../test-operator container-tool=docker
time="2020-12-08T21:04:55Z" level=debug msg="Found metadata directory" bundle-dir=../../../../../test-operator container-tool=docker
time="2020-12-08T21:04:55Z" level=debug msg="Getting mediaType info from manifests directory" bundle-dir=../../../../../test-operator container-tool=docker
time="2020-12-08T21:04:55Z" level=info msg="Found annotations file" bundle-dir=../../../../../test-operator container-tool=docker
time="2020-12-08T21:04:55Z" level=info msg="Could not find optional dependencies file" bundle-dir=../../../../../test-operator container-tool=docker
time="2020-12-08T21:04:55Z" level=debug msg="Validating bundle contents" bundle-dir=../../../../../test-operator container-tool=docker
time="2020-12-08T21:04:55Z" level=debug msg="Validating /, Kind= \"\"" bundle-dir=../../../../../test-operator container-tool=docker
time="2020-12-08T21:04:55Z" level=error msg="Error: Value cilium.io/v1alpha1, Kind=CiliumConfig: owned CRD \"cilium.io/v1alpha1, Kind=CiliumConfig\" not found in bundle \"cilium.v1.8.6\""
time="2020-12-08T21:04:55Z" level=warning msg="Warning: Value : (cilium.v1.8.6) example annotations not found"
time="2020-12-08T21:04:55Z" level=error msg="Error: Value /, Kind=: unsupported media type registry+v1 for bundle object"
errordeveloper commented 3 years ago

Missing CRD could be due to multi-doc separator, https://github.com/cilium/cilium-olm/commit/1c3470b5a498d57aeb72435baaaae592e69cd016 may fix this.

errordeveloper commented 3 years ago

Both of these errors are not seen any more.