From 3987dc8c327ce1dbc756734a4c962cc723da96c8 Mon Sep 17 00:00:00 2001 From: David Martin Date: Tue, 12 Mar 2024 13:59:01 +0000 Subject: [PATCH] Fix a couple of 404s for getting started --- docs/gateways/define-and-place-a-gateway.md | 2 +- docs/installation/control-plane-installation.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/gateways/define-and-place-a-gateway.md b/docs/gateways/define-and-place-a-gateway.md index 987b379e..42d2394f 100644 --- a/docs/gateways/define-and-place-a-gateway.md +++ b/docs/gateways/define-and-place-a-gateway.md @@ -3,7 +3,7 @@ In this guide, we will go through defining a Gateway in the OCM hub cluster that can then be distributed to and instantiated on a set of managed spoke clusters. ### Prerequisites -* Complete the [Getting Started Guide](https://docs.kuadrant.io/getting-started/) to bring up a suitable environment. +* Complete the [Getting Started Guide](https://docs.kuadrant.io/getting-started-multi-cluster/) to bring up a suitable environment. If you are looking to change provider from the default Istio: * Please have the Gateway provider of your choice installed and configured (in this example we use Envoy gateway. See the following [docs](https://gateway.envoyproxy.io/v0.5.0/user/quickstart.html)) diff --git a/docs/installation/control-plane-installation.md b/docs/installation/control-plane-installation.md index b27886d5..c621699c 100644 --- a/docs/installation/control-plane-installation.md +++ b/docs/installation/control-plane-installation.md @@ -83,7 +83,7 @@ gatewayclass.gateway.networking.k8s.io/kuadrant-multi-cluster-gateway-instance-p **Note:** :exclamation: To manage the creation of DNS records, MGC uses [ManagedZone](https://github.com/Kuadrant/dns-operator/blob/main/docs/reference/managedzone.md) resources. A `ManagedZone` can be configured to use DNS Zones on both AWS (Route53), and GCP (Cloud DNS). Commands to create each are provided below. -First, depending on the provider you would like to use export the [environment variables detailed here](https://docs.kuadrant.io/getting-started/#config) in a terminal session. +First, depending on the provider you would like to use export the [environment variables detailed here](https://docs.kuadrant.io/getting-started-multi-cluster/) in a terminal session. Next, create a secret containing either the AWS or GCP credentials. We'll also create a namespace for your MGC configs: