You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/analyzing-all-violations.adoc
+14-10Lines changed: 14 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -11,18 +11,22 @@ By viewing the *Violations* page, you can analyze all violations and take correc
11
11
.Procedure
12
12
13
13
. In the {product-title-short} portal, click *Violations*.
14
-
. To navigate through the different types of violations, do any of the following tasks:
15
-
** To view the list of active violations, click the *Active* tab.
16
-
** To view the list of resolved violations, click the *Resolved* tab.
17
-
** To view the list of violations that {product-title-short} attempted to resolve, click the *Attempted* tab.
18
-
. Choose the appropriate method to view the violations from the drop-down list, which is in the upper left of the page:
19
-
** To display the findings for application workloads, select *Applications view*.
20
-
** To display the findings for platform components in {ocp}, select *Platform view*.
21
-
** To display the findings for application workloads and platform components simultaneously, select *Full view*.
22
-
. Optional: Choose the appropriate method to re-organize the information in the *Violations* page:
14
+
. Click one of the following tabs to view violations by category:
15
+
***User Workloads*: Displays violations for user-managed workloads.
16
+
***Platform*: Displays violations for workloads used by {ocp} and layered services.
17
+
***All violations*: Displays violations for user workloads and platform components. It also displays audit log violations for cluster resources.
18
+
. Click one of the following tabs to view violations by type:
19
+
***Active*: Displays violations in the build and deploy stages or unresolved runtime violations.
20
+
***Resolved*: Displays the following violations:
21
+
*** Violations in the build and deploy stages for workloads that were removed or modified to be compliant
22
+
*** Manually resolved runtime violations
23
+
*** Violations that were generated before a policy exclusion was added
24
+
** *Attempted*: Displays violations for deployment actions that were attempted but blocked by the evaluation of enforced policies. For example, if the admission controller detected that the attempted deployment action, such as a deployment create, update, or scale, would cause a policy violation, it prevented the operation from running in the cluster.
25
+
. Optional: Choose a method to reorganize or filter information on the *Violations* page:
23
26
** To sort the violations in ascending or descending order, select a column heading.
24
27
** To filter violations, use the filter bar.
25
28
** To see more details about the violation, select a violation in the *Violations* page.
26
29
. Optional: Choose the appropriate method to exclude a deployment from the policy:
27
30
** If you selected a single deployment, click the overflow menu {kebab} and then select *Exclude deployment from policy*.
28
-
** If you selected multiple deployments, from the *Row actions* drop-down list, select *Exclude deployments from policy*.
31
+
** If you selected multiple deployments, from the *Row actions* drop-down list, select *Exclude deployments from policy*.
32
+
//Do we need to add an explanation for "Mark as resolved"?
0 commit comments