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/_index.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ title: Open Cluster Management
42
42
Use application lifecycle to create your application and deliver hybrid apps across one or more clusters, while you keep up with changes.
43
43
{{% /blocks/feature %}}
44
44
45
-
{{% blocks/feature icon="fa-cog" title="Configure, Secure, and Manage Your Resources" url="docs/getting-started/integration/policy" %}}
45
+
{{% blocks/feature icon="fa-cog" title="Configure, Secure, and Manage Your Resources" url="docs/getting-started/integration/policy-controllers" %}}
46
46
Policy and configuration management uses labels to help you deploy policies and control consistently across your resources. Keep your resources secure by using access control and manage for your quota and cost.
Copy file name to clipboardexpand all lines: content/en/docs/getting-started/integration/policy-controllers/_index.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -3,8 +3,8 @@ title: Policy controllers
3
3
weight: 10
4
4
---
5
5
6
-
The [Policy API]({{< ref "docs/getting-started/integration/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-framework" >}}). Once on the managed
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
8
cluster, these _Policy Templates_ are acted upon by the associated controller on the managed cluster. The policy
9
9
framework supports delivering the _Policy Template_ kinds listed.
Copy file name to clipboardexpand all lines: content/en/docs/getting-started/integration/policy-controllers/policy-framework.md
+7-5
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
1
---
2
2
title: Policy framework
3
-
weight: 10
3
+
weight: 2
4
+
aliases:
5
+
- /getting-started/integration/policy-framework/
4
6
---
5
7
6
8
The policy framework provides governance capabilities to OCM managed Kubernetes clusters. Policies provide visibility
@@ -10,12 +12,12 @@ and drive remediation for various security and configuration aspects to help IT
10
12
11
13
## API Concepts
12
14
13
-
View the [Policy API]({{< ref "docs/getting-started/integration/policy" >}}) page for additional details about the Policy API managed by the Policy Framework
15
+
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/quick-start/_index.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -37,5 +37,5 @@ Now you have the OCM control plane with 2 managed clusters connected! Let's star
37
37
-[Deploy kubernetes resources onto a managed cluster]({{< ref "docs/scenarios/deploy-kubernetes-resources" >}})
38
38
-[Visit kubernetes apiserver of managedcluster from cluster-proxy]({{< ref "docs/scenarios/pushing-kube-api-requests" >}})
39
39
- Visit [integration]({{< ref "docs/getting-started/integration" >}}) to check if any certain OCM addon will meet your use cases.
40
-
-[Deploy Policies onto a managed cluster]({{< ref "docs/getting-started/integration/policy-framework" >}})
40
+
-[Deploy Policies onto a managed cluster]({{< ref "docs/getting-started/integration/policy-controllers/policy-framework" >}})
41
41
-[Use the OCM VScode Extension to easily generate OCM related Kubernetes resources and track your cluster]({{< ref "docs/developer-guides/vscode-extension" >}})
0 commit comments