Skip to content

Commit

Permalink
test(mc): fix md linting
Browse files Browse the repository at this point in the history
  • Loading branch information
SRodi committed Jan 24, 2025
1 parent 5f8f356 commit 944e23c
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions test/multicloud/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Multi Cloud Retina

This project leverages [OpenTofu](https://opentofu.org/docs/intro/) Infrastructure as Code (IaC) to create Kubernetes infrastructure on multi-cloud and deploy [microsoft/retina](https://github.com/microsoft/retina) via Helm provider.

## Modules available
Expand All @@ -13,7 +14,7 @@ This project leverages [OpenTofu](https://opentofu.org/docs/intro/) Infrastructu
AKS:

1. create an Azure account
3. [Install az](https://learn.microsoft.com/en-us/cli/azure/install-azure-cli)
2. [Install az](https://learn.microsoft.com/en-us/cli/azure/install-azure-cli)

GKE:

Expand All @@ -26,7 +27,6 @@ Kind:

1. Docker installed on the host machine


## Quickstart

To deploy an AKS cluster and install retina, create file `live/retina-aks/terraform.tfvars` with the Azure TenantID and SubscriptionID
Expand All @@ -49,14 +49,19 @@ Format code, initialize OpenTofu, plan and apply the stack to create infra and d
### Create

* AKS:

```sh
make aks
```

* GKE:

```sh
make gke
```

* Kind:

```sh
make kind
```
Expand Down

0 comments on commit 944e23c

Please sign in to comment.