From c4bb049053e9f73f35d018339586653d94c70756 Mon Sep 17 00:00:00 2001 From: Ratnopam Chakrabarti Date: Mon, 14 Oct 2024 00:37:07 -0500 Subject: [PATCH 1/2] update installation doc --- website/docs/Deployment/installation.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/website/docs/Deployment/installation.md b/website/docs/Deployment/installation.md index fc7730f..8d3e893 100644 --- a/website/docs/Deployment/installation.md +++ b/website/docs/Deployment/installation.md @@ -24,20 +24,20 @@ Before deploying, ensure the following prerequisites are met. Follow the below steps to create your EKS cluster with all the necessary addons. -Step 1: Clone the Repository 📂 +**Step 1**: Clone the Repository 📂 ``` git clone https://github.com/KubedAI/spark-rapids-on-kubernetes.git cd spark-rapids-on-kubernetes/infra/aws/terraform ``` -Step 2: Configure Terraform Backend ⚙️ +**Step 2**: Configure Terraform Backend ⚙️ -By default, the blueprint uses the latest and greates EKS version 1.31 and `us-west-2` as the default region. +By default, the blueprint uses the latest and greatest EKS version and `us-west-2` as the default region. You can customize the terraform configuration that comes pre-built with this blueprint. Update the `variables.tf` file to use a different EKS version, AWS region and other parameters. -Step 3: Initialize and Apply Terraform 🚀 +**Step 3**: Initialize and Apply Terraform 🚀 To install the EKS cluster with all the addons in one step, run the below commands. The `install.sh` script wraps the `terraform init` and deploys the terraform modules as targets with `terraform apply`. From c3734780a92014743309e267885b2d62785c1a1b Mon Sep 17 00:00:00 2001 From: Ratnopam Chakrabarti Date: Mon, 14 Oct 2024 00:40:38 -0500 Subject: [PATCH 2/2] update installation doc --- website/docs/Deployment/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/Deployment/installation.md b/website/docs/Deployment/installation.md index 8d3e893..cd617ef 100644 --- a/website/docs/Deployment/installation.md +++ b/website/docs/Deployment/installation.md @@ -49,7 +49,7 @@ chmod +x install.sh ## Verifying the Deployment ✅ -To verify the status of the EKS cluster and the resources, run the below commands. +To verify the status of the EKS cluster and the resources that are deployed, run the below commands. ```