diff --git a/release_notes/known_issues_governance.adoc b/release_notes/known_issues_governance.adoc index 77f72a14bd..f0557d424a 100644 --- a/release_notes/known_issues_governance.adoc +++ b/release_notes/known_issues_governance.adoc @@ -67,7 +67,7 @@ The configuration policy resources are automatically removed from the cluster an [#policy-status-repeated-updates] == Policy status shows repeated updates when enforced -If a policy is set to `remediationAction: enforce` and is repeatedly updated, the {acm-short} console shows repeated violations with successful updates. See the following two possible causes and solutions for the error: +If a policy is set to `remediationAction: enforce` and is repeatedly updated, the {acm-short} console shows repeated violations with successful updates. Repeated updates produce multiple policy events, which can cause the `governance-policy-framework-addon` pod to run out of memory and crash. See the following two possible causes and solutions for the error: - Another controller or process is also updating the object with different values. + @@ -112,4 +112,4 @@ violation - couldn't find mapping resource with kind ClusterPolicyReport, please violation - couldn't find mapping resource with kind PolicyReport, please check if you have CRD deployed ---- -The cause is that the `PolicyReport` API version is incorrect in the generator and does not match what Kyverno has deployed. \ No newline at end of file +The cause is that the `PolicyReport` API version is incorrect in the generator and does not match what Kyverno has deployed.