diff --git a/clusters/cluster_lifecycle/import_ocp.adoc b/clusters/cluster_lifecycle/import_ocp.adoc index c5a9c4472c..646e00bf27 100644 --- a/clusters/cluster_lifecycle/import_ocp.adoc +++ b/clusters/cluster_lifecycle/import_ocp.adoc @@ -242,17 +242,15 @@ oc –kubeconfig -n get delete ManagedCluster . Create a namespace on the target hub cluster for the managed cluster. Use a similar name as the source hub cluster. . Apply your stored resources on the target hub cluster individually by running the following command. Repalce values where needed: - ++ *Note:* Replace `.yaml` with `.` if you want to apply all the resources as a group instead of individually. - ++ [source,bash] ---- oc –kubeconfig apply -f .yaml @@ -285,4 +283,4 @@ After importing your cluster resources, remove your managed cluster from the sou . Set the `spec.preserveOnDelete` parameter to `true` in the `ClusterDeployment` custom resource to prevent destroying the managed cluster. -. Complete the steps in xref:../cluster_lifecycle/remove_managed_cluster.adoc#remove-managed-cluster[Removing a cluster from management] +. Complete the steps in xref:../cluster_lifecycle/remove_managed_cluster.adoc#remove-managed-cluster[Removing a cluster from management].