Skip to content

Commit 6088592

Browse files
authored
Fix broken link (#501)
Signed-off-by: Ben Perry <[email protected]>
1 parent a7dd65d commit 6088592

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/docs/getting-started/installation/register-a-cluster.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Configure your network settings for the managed clusters to allow the following
2020
|-----------|-------------------------------------|----------|------------------------------------------|--------------------------------------------------------------------------|
2121
| Outbound | https://{hub-api-server-url}:{port} | TCP | Kubernetes API server of the hub cluster | OCM agents, including the add-on agents, running on the managed clusters |
2222

23-
To use a proxy, please make sure the proxy server is well configured to allow the above connections and the proxy server is reachable for the managed clusters. See [Register a cluster to hub through proxy server](https://open-cluster-management.io/scenarios/register-cluster-through-proxy/) for more details.
23+
To use a proxy, please make sure the proxy server is well configured to allow the above connections and the proxy server is reachable for the managed clusters. See [Register a cluster to hub through proxy server]({{< ref "/docs/scenarios/register-cluster-through-proxy/" >}}) for more details.
2424

2525
## Install clusteradm CLI tool
2626

@@ -331,7 +331,7 @@ The `open-cluster-management.io/cleanup-priority` annotation controls deletion o
331331
A manifestWork that applies a CRD and operator should be deleted after a manifestWork that creates a CR instance, allowing the operator to perform cleanup after the CR is removed.
332332
333333
334-
The `ResourceCleanup` featureGate for cluster registration on the Hub cluster enables automatic cleanup of managedClusterAddons and manifestWorks within the cluster namespace after cluster unjoining.
334+
The `ResourceCleanup` featureGate for cluster registration on the Hub cluster enables automatic cleanup of managedClusterAddons and manifestWorks within the cluster namespace after cluster unjoining.
335335
336336
**Version Compatibility:**
337337
- The `ResourceCleanup` featureGate was introdueced in OCM v0.13.0, and was **disabled by default** in OCM v0.16.0 and earlier versions. To activate it, need to modify the clusterManager CR configuration:

0 commit comments

Comments
 (0)