Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
dockerymick committed Dec 10, 2024
1 parent 365c4c1 commit 02eb0fa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
2 changes: 1 addition & 1 deletion governance/policy_ctrl_adv_config.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ Logging the diff:
[#gov-metric]
== Governance metric

The policy framework exposes metrics that show policy distribution and compliance. Use the `policy_governance_info` metric on the hub cluster to view trends and analyze any policy failures. See the following topics for an overview of metrics:
The policy framework exposes metrics that show policy distribution and status. Use the `policy_governance_info` metric on the hub cluster to view trends and analyze any policy failures. See the following topics for an overview of metrics:

[#metric-policy-governance-info]
=== Metric: policy_governance_info
Expand Down
12 changes: 4 additions & 8 deletions governance/policy_deployment.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ See the following comparison table to learn which option supports specific featu
| Yes, you can have a combination of statuses and deployments through `Policy` and `PolicySet` resources.
| You cannot use policy grouping directly on your policies when deployed from external tools, but Argo CD `Application` objects for each grouping gives a high-level status.

| Compliance history
| Policy event history
| You can view the last 10 events per cluster per policy stored on the hub cluster.
| No, but you can scrape the compliance history from the controller logs on each managed cluster.
| No, but you can scrape the policy event history from the controller logs on each managed cluster.

| Policy dependencies
| Yes
Expand All @@ -54,19 +54,15 @@ You must complete extra configuration for Argo CD versions earlier than 2.13.
| Yes
| Yes

| Policy compliance history API (Technology Preview)
| Yes
| No

| {gitops-short} applying native Kubernetes manifests and {acm-short} policy on the managed cluster
| No, you must deploy a policy on your {acm-short} hub cluster.
| Yes

| Policy compliance metric on the hub cluster for alerts
| Policy status metric on the hub cluster for alerts
| Yes
| No

| Running Ansible jobs on policy noncompliance
| Running Ansible jobs on violated policies
| Yes, use the `PolicyAutomation` resource.
| No
|===
Expand Down

0 comments on commit 02eb0fa

Please sign in to comment.