Cause: in case of knatuve service created with image streams are not created on cluster scope thus unable to fetch images while editing
Consequence: User won't be able to edit service via form if created from CLI not through web-console. However can always edit via yaml
Fix: if associated imageStreams are not found while editing going with value provided by user in yaml for container image
Result: User would be able to edit service via form or yaml if created from CLI or through web-console
DescriptionJaivardhan Kumar
2020-02-25 12:24:30 UTC
Created attachment 1665629[details]
sample service yaml
Description of problem:
Deploy Image- Edit flow doesn't work in knative service is created via CLI
Version-Release number of selected component (if applicable):4.4
How reproducible: Always
Steps to Reproduce:
1. Install serverless operator
2. Create a new namespace/project
3. `oc project my-app`
4. `oc apply -f service.yaml` (have attached)
Actual results: On edit view now image would be preselected as we are editing a created service
Expected results: On edit view image would be preselected as we are editing and should be able to save.
Additional info:
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.
For information on the advisory, and where to find the updated
files, follow the link below.
If the solution does not work for you, open a new bug report.
https://access.redhat.com/errata/RHBA-2020:2409
Created attachment 1665629 [details] sample service yaml Description of problem: Deploy Image- Edit flow doesn't work in knative service is created via CLI Version-Release number of selected component (if applicable):4.4 How reproducible: Always Steps to Reproduce: 1. Install serverless operator 2. Create a new namespace/project 3. `oc project my-app` 4. `oc apply -f service.yaml` (have attached) Actual results: On edit view now image would be preselected as we are editing a created service Expected results: On edit view image would be preselected as we are editing and should be able to save. Additional info: