-
Bug
-
Resolution: Done
-
Normal
-
None
-
None
-
None
When applying a knative configuration such as:
$ oc apply -f service.yaml service.serving.knative.dev/helloworld-go created
then a "success" is always reported. I experimented with deploying other images than gcr.io/knative-samples/helloworld-go (such as an image built to the internal registry) and I got the very same message despite errors (e.g., the autoscaler could not retrieve the image).
Or perhaps this should be managed by another tool than oc / kubectl?