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: content/en/docs/getting-started/integration/policy-controllers/_index.md
+26-14Lines changed: 26 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -3,22 +3,34 @@ title: Policy
3
3
weight: 1
4
4
---
5
5
6
-
The [Policy API]({{< ref "docs/getting-started/integration/policy-controllers/policy" >}}) on the hub delivers the policies defined in `spec.policy-templates` to the managed
7
-
clusters via the [policy framework controllers]({{< ref "docs/getting-started/integration/policy-controllers/policy-framework" >}}). Once on the managed
8
-
cluster, these _Policy Templates_ are acted upon by the associated controller on the managed cluster. The policy
9
-
framework supports delivering the _Policy Template_ kinds listed.
6
+
The Policy Add-on enables auditing and enforcement of configuration across clusters managed by OCM, enhancing security,
7
+
easing maintenance burdens, and increasing consistency across the clusters for your compliance and reliability
8
+
requirements.
10
9
10
+
View the following sections to learn more about the Policy Add-on:
Copy file name to clipboardExpand all lines: content/en/docs/getting-started/integration/policy-controllers/policy-framework.md
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,14 @@
1
1
---
2
2
title: Policy framework
3
-
weight: 2
3
+
weight: 1
4
+
hide_summary: true
4
5
aliases:
5
6
- /getting-started/integration/policy-framework/
6
7
---
7
8
8
9
The policy framework provides governance capabilities to OCM managed Kubernetes clusters. Policies provide visibility
9
10
and drive remediation for various security and configuration aspects to help IT administrators meet their requirements.
10
11
11
-
12
-
13
12
## API Concepts
14
13
15
14
View the [Policy API]({{< ref "docs/getting-started/integration/policy-controllers/policy" >}}) page for additional details about the Policy API managed by the Policy Framework
Copy file name to clipboardExpand all lines: content/en/docs/getting-started/integration/policy-controllers/policy.md
+8-14Lines changed: 8 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -1,24 +1,17 @@
1
1
---
2
-
title: Policy
3
-
weight: 1
2
+
title: Policy API concepts
3
+
weight: 2
4
+
hide_summary: true
4
5
aliases:
5
6
- /concepts/policy/
6
7
- /docs/concepts/policy/
7
8
---
8
9
9
-
10
-
11
10
## Overview
12
11
13
-
Note: this is also covered in the
14
-
[Open Cluster Management - Configuring Your Kubernetes Fleet With the Policy Addon](https://www.youtube.com/watch?v=ZZH654t5YpI)
15
-
video.
16
-
17
-
[](https://www.youtube.com/watch?v=ZZH654t5YpI)
18
-
19
12
The policy framework has the following API concepts:
20
13
21
-
-[_Policy Templates_](#managed-cluster-policy-controllers) are the policies that perform a desired check or action. For
14
+
-[_Policy Templates_](#managed-cluster-policy-controllers) are the policies that perform a desired check or action on a managed cluster. For
0 commit comments