Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

https://issues.redhat.com/browse/ACM-15852 for 2.13 #7333

Merged
merged 2 commits into from
Dec 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion clusters/credentials/credential_google.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ data:

- link:https://console.cloud.google.com/apis/credentials/serviceaccountkey[Log in to GCP].

- See the link:https://cloud.google.com/iam/docs/creating-managing-service-accounts[Create service accounts] to create your service account JSON key.
- See the link:https://cloud.google.com/iam/docs/service-accounts-create[Create service accounts] to create your service account JSON key.

- link:https://cloud.redhat.com/openshift/install/pull-secret[Download your Red Hat OpenShift pull secret].

Expand Down
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
Loading