Skip to content
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.

Commit

Permalink
Merge pull request #504 from jasonmadigan/fixing-links
Browse files Browse the repository at this point in the history
fixing some broken links
  • Loading branch information
openshift-merge-robot authored Sep 11, 2023
2 parents 2ab4c31 + d6d845b commit 6e303a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ Export environment variables with the keys listed below. Fill in your own values

### What's Next

Now that you have two Kind clusters configured with the Multicluster Gateway Controller installed you are ready to begin [creating gateways](https://docs.kuadrant.io/multicluster-gateway-controller/docs/how-to/ocm-control-plane-walkthrough/#open-terminal-sessions-and-set-cluster-context).
Now that you have two Kind clusters configured with the Multicluster Gateway Controller installed you are ready to begin [the Multicluster Gateways walkthrough.](how-to/multicluster-gateways-walkthrough.md)

2 changes: 1 addition & 1 deletion docs/installation/control-plane-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ gatewayclass.gateway.networking.k8s.io/kuadrant-multi-cluster-gateway-instance-p

## Creating a ManagedZone

To manage the creation of DNS records, MGC uses [ManagedZone](https://docs.kuadrant.io/multicluster-gateway-controller/docs/how-to/managedZone/) resources. A `ManagedZone` can be configured to use DNS Zones on either AWS (Route53), and GCP. We will now create a ManagedZone on the cluster using AWS credentials.
To manage the creation of DNS records, MGC uses [ManagedZone](../dnspolicy/managed-zone.md) resources. A `ManagedZone` can be configured to use DNS Zones on either AWS (Route53), and GCP. We will now create a ManagedZone on the cluster using AWS credentials.

First, export the [environment variables detailed here](https://docs.kuadrant.io/multicluster-gateway-controller/docs/getting-started/#config) in a terminal session.

Expand Down

0 comments on commit 6e303a7

Please sign in to comment.