-
Bug
-
Resolution: Done-Errata
-
Normal
-
4.12.z
-
Moderate
-
No
-
False
-
-
Release Note Not Required
-
In Progress
This is a clone of issue OCPBUGS-26073. The following is the description of the original issue:
—
Description of problem:
We want to update trigger from auto to manual or vice versa. We can do it with CLI 'oc set triggers deployment/<name> --manual'. It normally changes to deployment annotation metadata.annotations.image.openshift.io/triggers to "paused: true" or "paused: false" when set to auto. But when we enable or disable auto trigger by editing deployment from web console, it overrides annotation to "pause: false" or "pause: true" without 'd'.
Version-Release number of selected component (if applicable):
How reproducible:
Create simple httpd application. Follow [1] to set trigger using CLI. Steps to set trigger from console: Web console->deployment-> Edit deployment > Form view-> Images section -> Enable Deploy image from an image stream tag -> Enable Auto deploy when new Image is available an save the changes -> check annotations [1] https://docs.openshift.com/container-platform/4.12/openshift_images/triggering-updates-on-imagestream-changes.html
Steps to Reproduce:
1. 2. 3.
Actual results:
Expected results:
Additional info:
code: https://github.com/openshift/console/blob/master/frontend/packages/dev-console/src/utils/resource-label-utils.ts#L78
- blocks
-
OCPBUGS-33145 Setting image trigger from web console adds annotation as pause instead of paused
- POST
- clones
-
OCPBUGS-26073 Setting image trigger from web console adds annotation as pause instead of paused
- Closed
- is blocked by
-
OCPBUGS-26073 Setting image trigger from web console adds annotation as pause instead of paused
- Closed
- is cloned by
-
OCPBUGS-33145 Setting image trigger from web console adds annotation as pause instead of paused
- POST
- links to
-
RHBA-2024:2773 OpenShift Container Platform 4.15.z bug fix update