-
Bug
-
Resolution: Unresolved
-
Normal
-
None
-
4.12
Description of problem:
Console show time out error when trying to edit deployment with annotation `image.openshift.io/triggers: ''`
Version-Release number of selected component (if applicable):
4.12
How reproducible:
Always
Steps to Reproduce:
1. Install a 4.12 cluster 2. Create a deployment withh annotation `image.openshift.io/triggers: ''` 3. Select edit deployment in console 4. Console gives time out error
Actual results:
Console gives time out error
Expected results:
Console should be able to handle bad values
Additional info:
The issue is observed when we check from actions section.Deployment-><name_of_deployment>>Actions-> Edit DeploymentThe page gives error when annotation is present as: "Oh no! Something went wrong"When annotation is removed, deployment is shown.