-
Bug
-
Resolution: Done
-
Minor
-
openshift-4.6
-
False
-
False
-
0
-
Undefined
-
Not Supported
-
ODC Sprint 198, ODC Sprint 199
-
Low
Description of problem:
When support for selecting the runtime icon from the runtime icon dropdown was added to the edit flows the previous code for showing runtime icon for deployments created on creating an app using container image flow internal registry option was not properly cleaned up for knative service resource. Label 'app.kubernetes.io/name' which is used for getting the internal imagestream name is set incorrectly with runtime icon name instead of the imagestream name for knative service resource.
Prerequisites (if any, like setup, operators/versions):
Red Hat OpenShift Serverless operator should be installed and Knative serving CR should be created in knative-serving ns.
Steps to Reproduce
- Create an app using container image internal registry option and resource as Knative Service
- Click on edit <app-name> action from node context menu
Actual results:
Notice that in imagestream dropdown under internal registry option runtime icon name is shown instead of the previously selected imagestream.
Expected results:
Correct imagestream name should be shown