Bug 2043526 - RHACM does not apply changed manifests
Summary: RHACM does not apply changed manifests
Keywords:
Status: CLOSED DUPLICATE of bug 2042545
Alias: None
Product: Red Hat Advanced Cluster Management for Kubernetes
Classification: Red Hat
Component: GRC & Policy
Version: rhacm-2.4
Hardware: All
OS: All
unspecified
medium
Target Milestone: ---
: ---
Assignee: Yu Cao
QA Contact: Derek Ho
Mikela Dockery
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2022-01-21 13:04 UTC by Felix Dewaleyne
Modified: 2025-08-08 12:19 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2022-01-21 14:55:07 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Github stolostron backlog issues 19362 0 None None None 2022-01-21 16:18:47 UTC
Red Hat Bugzilla 2042545 1 unspecified CLOSED ACM configuration policies do not handle Limitrange or Quotas values 2025-08-08 12:18:30 UTC

Description Felix Dewaleyne 2022-01-21 13:04:15 UTC
Description of the problem:
A customer using gitops + ACM control policies to apply changes

Release version:
2.4.1

Operator snapshot version:

OCP version:

Browser Info:

Steps to reproduce:
1. set up gitops and ACM to deploy policies[1]
2. make changes to policies on quota [2]
3.

Actual results:
the change does not get picked up and does not get pushed

Expected results:
the change is picked up and pushed

Additional info:
[1] - https://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.4/html-single/governance#deploy-policies-using-gitops
[2] - sample change : 
---
 .../mgmt/policy-tenant-core-tech-mgmt.yaml                  | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/apply/AC-Access-Control/mgmt/policy-tenant-core-tech-mgmt.yaml b/apply/AC-Access-Control/mgmt/policy-tenant-core-tech-mgmt.yaml
index fd3c045..fdf5d1c 100644
--- a/apply/AC-Access-Control/mgmt/policy-tenant-core-tech-mgmt.yaml
+++ b/apply/AC-Access-Control/mgmt/policy-tenant-core-tech-mgmt.yaml
@@ -77,10 +77,10 @@ spec:

possibly related to bz#2042545
                   ocp_quotas:
                     - name: core-tech-tooling-quota
                       cpu:
-                        limit: "12"
-                        request: "4"
+                        limit: "24"
+                        request: "8"
                       memory:
-                        limit: "16Gi"
+                        limit: "32Gi"
                         request: "10Gi"

Comment 1 Will Kutler 2022-01-21 14:55:07 UTC

*** This bug has been marked as a duplicate of bug 2042545 ***


Note You need to log in before you can comment on or make changes to this bug.