Skip to content

Commit

Permalink
fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
AnchorArray committed Apr 10, 2024
1 parent 53081c2 commit 49270f8
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,18 @@ maintainability.

1. Install dependencies

Navigate to the cloned directory and run the following command to install
`eksctl` and `helm` for managing EKS clusters and Helm charts:
Navigate to the cloned directory and run the following command to install
`eksctl` and `helm` for managing EKS clusters and Helm charts:

```shell
./prepare.sh
```

1. Create EKS Fargate Cluster

This script creates an EKS cluster configured to use Fargate for pod execution.
By default, it creates a cluster named whylabs in the us-west-2 region:
This script creates an EKS cluster configured to use Fargate for pod
execution. By default, it creates a cluster named whylabs in the us-west-2
region:

```shell
./deploy-fargate.sh \
Expand Down

0 comments on commit 49270f8

Please sign in to comment.