From a28f422303f6244e5be751560ca93a48cb2b6437 Mon Sep 17 00:00:00 2001 From: Edgar Costa Date: Fri, 31 May 2024 18:13:11 -0300 Subject: [PATCH] fixing getting started initial doc --- docs/getting-started.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/getting-started.md b/docs/getting-started.md index 8fd147a9..4e410a4c 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -18,9 +18,11 @@ Ensure that you have installed the following tools locally: ### terraform -1. For consuming Crossplane Blueprints, please see the [Consumption]() section. +1. For consuming Crossplane Blueprints, please see the [Getting Started](https://awslabs.github.io/crossplane-on-eks/#getting-started) section. For exploring and trying out the patterns provided, please +clone the project locally to quickly get up and running with a pattern. After cloning the project locally, `cd` into the pattern +directory of your choice. -2. To bootstrap using terraform, the typical steps of execution are as follows: +2. To provision the pattern, the typical steps of execution are as follows: ```sh terraform init @@ -35,7 +37,7 @@ Ensure that you have installed the following tools locally: on your local machine and allow you to interact with your EKS Cluster using `kubectl`. ```sh - aws eks --region update-kubeconfig --name + aws eks --region update-kubeconfig --name --alias ``` !!! info "Terraform outputs"