-
Bug
-
Resolution: Unresolved
-
Normal
-
None
-
4.12.z
This is a clone of issue OCPBUGS-32506. The following is the description of the original issue:
—
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
- clones
-
OCPBUGS-32506 Setting image trigger from web console adds annotation as pause instead of paused
- Closed
- is blocked by
-
OCPBUGS-32506 Setting image trigger from web console adds annotation as pause instead of paused
- Closed
-
OCPBUGS-38764 The option "Auto deploy when new image is available" becomes unchecked when editing a deployment from web console
- Closed
- links to