diff --git a/getting-started/installation/register-a-cluster/index.html b/getting-started/installation/register-a-cluster/index.html index 1096ddf4..0c381b9d 100644 --- a/getting-started/installation/register-a-cluster/index.html +++ b/getting-started/installation/register-a-cluster/index.html @@ -453,7 +453,7 @@
After the OCM agent is running on your managed cluster, it will be sending a “handshake” to your hub cluster and waiting for an approval from the hub cluster admin. In this section, we will walk -through accepting the registration requests from the prespective of an OCM’s hub admin.
+through accepting the registration requests from the perspective of an OCM’s hub admin.Wait for the creation of the CSR object which will be created by your managed diff --git a/getting-started/integration/cluster-proxy/index.html b/getting-started/integration/cluster-proxy/index.html index d633f456..df7f0856 100644 --- a/getting-started/integration/cluster-proxy/index.html +++ b/getting-started/integration/cluster-proxy/index.html @@ -289,7 +289,7 @@
The installation of proxy servers and agents are prescribed by the custom
resource called “managedproxyconfiguration”. We can check it out by the
diff --git a/getting-started/integration/index.xml b/getting-started/integration/index.xml
index 1e4f8f5d..ae298d95 100644
--- a/getting-started/integration/index.xml
+++ b/getting-started/integration/index.xml
@@ -28,7 +28,7 @@ Prerequisite You must meet the following prerequisites to install the applicatio
Prerequisites
cluster namespace
, see details in this page.
Now you can deploy a set of kubernetes resources defined in files to any clusters managed by the hub cluster.
Connect to your hub cluster and you have 2 options to create a ManifestWork
:
PlacementDecision
to leverage its scheduling capabilities.
For example, with OCM addon policy
installed, a Policy
that includes a Placement
mapping can distribute the
-Policy
to the managed clusters, details see this example.
Policy
to the managed clusters.
+For details see this example.
Some popular open source projects also integrate with the Placement
API. For
example Argo CD, it can leverage the
generated PlacementDecision
to drive the assignment of Argo CD Applications to a
@@ -449,7 +450,7 @@
clusteradm
get the PlacementDecision
generated by Placment
+
clusteradm
get the PlacementDecision
generated by Placement
placement1 with label cluster.open-cluster-management.io/placement: placement1
,
reference code.
Then parse the clusterName cluster1 and cluster2, fill in that as ManifestWork
diff --git a/scenarios/extending-managed-clusters/index.html b/scenarios/extending-managed-clusters/index.html
index 74d920c3..e0c4c03f 100644
--- a/scenarios/extending-managed-clusters/index.html
+++ b/scenarios/extending-managed-clusters/index.html
@@ -294,7 +294,7 @@
However, there’re some restrictions to the label value such as the content -length, and legal charset etc, so it’s not convenient to put some structurelized +length, and legal charset etc, so it’s not convenient to put some structuralized or comprehensive data in the label value.
Additionally, due to the fact that the finest granularity of authorization mechanism in Kubernetes is “resource”, so it’s also not convenient for us diff --git a/scenarios/integration-with-argocd/index.html b/scenarios/integration-with-argocd/index.html index dfcee751..d10bc0ce 100644 --- a/scenarios/integration-with-argocd/index.html +++ b/scenarios/integration-with-argocd/index.html @@ -295,7 +295,7 @@
With reference to this generator, an ApplicationSet
can target the application to the clusters listed in the status of a set of PlacementDecision
, which belong to a certian Placement.
With reference to this generator, an ApplicationSet
can target the application to the clusters listed in the status of a set of PlacementDecision
, which belong to a certain Placement.
4. Grant Argo CD permissions to access OCM resources.
cat << EOF | kubectl apply -f -
apiVersion: rbac.authorization.k8s.io/v1
diff --git a/scenarios/manage-cluster-with-multiple-hubs/index.html b/scenarios/manage-cluster-with-multiple-hubs/index.html
index 5719e147..fc7fb62f 100644
--- a/scenarios/manage-cluster-with-multiple-hubs/index.html
+++ b/scenarios/manage-cluster-with-multiple-hubs/index.html
@@ -277,14 +277,14 @@ Manage a cluster with multiple hubs
- Run the agents in the hosted mode on the hosting clusters;
Run all the agents on the managed cluster
-Since there are multiple OCM agents are running on the managed cluster, each of them must have an uniqe agent namespace. So only one agent can be deployed in the default agent namespace open-cluster-management-agent
.
+Since there are multiple OCM agents are running on the managed cluster, each of them must have an unique agent namespace. So only one agent can be deployed in the default agent namespace open-cluster-management-agent
.
With this architecture, the managed cluster needs more resources, including CPUs and memory, to run agents for multiple hubs. And it’s a challenge to handle the version skew of the OCM hubs.
An example built with kind and clusteradm can be found in Manage a cluster with multiple hubs.
Run the agents in the hosted mode on the hosting clusters
-By leveraging the hosted deployment mode, it’s possiable to run OCM agent outside of the managed cluster on a hosing cluster. The hosting cluster could be a managed cluster of the same hub.
+By leveraging the hosted deployment mode, it’s possible to run OCM agent outside of the managed cluster on a hosing cluster. The hosting cluster could be a managed cluster of the same hub.
diff --git a/scenarios/migrate-workload-with-placement/index.html b/scenarios/migrate-workload-with-placement/index.html
index 70f9e03b..a812c1fc 100644
--- a/scenarios/migrate-workload-with-placement/index.html
+++ b/scenarios/migrate-workload-with-placement/index.html
@@ -275,7 +275,8 @@ Migrate workload with placement
with the PlacementDecision
to leverage its scheduling capabilities.
For example, with OCM addon policy
installed, a Policy
that includes a Placement
mapping can distribute the
-Policy
to the managed clusters, details see this example.
+Policy
to the managed clusters.
+For details see this example.
Some popular open source projects also integrate with the Placement
API. For
example Argo CD, it can leverage the
generated PlacementDecision
to drive the assignment of Argo CD Applications to a