-
Bug
-
Resolution: Done
-
Undefined
-
None
-
None
-
Serverless Sprint 185
We use a webhook to force-fill in the correct image coordinates if a user applies a KnativeServing resource. If they do that before the webhook starts though, there is a small window where the upstream operator will install KnativeServing with the upstream images if the operator starts before the webhook.
To fix this properly, we completely need to rearchitect the way we consume upstream. We're seeing more and more points that warrant such a redesign.
For the time being, we'll just make the image references in the manifest defunct, so that worst case the user would see a brief error, which they might anyway. No biggy imo.