Skip to content

Commit

Permalink
test(mc): add OpenTofu installation link
Browse files Browse the repository at this point in the history
  • Loading branch information
SRodi committed Jan 24, 2025
1 parent a490362 commit 0bc2051
Showing 1 changed file with 13 additions and 10 deletions.
23 changes: 13 additions & 10 deletions test/multicloud/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,24 @@ This project leverages [OpenTofu](https://opentofu.org/docs/intro/) Infrastructu

## Prerequisites

AKS:
* [OpenTofu installation guide](https://opentofu.org/docs/intro/install/)

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

Check failure on line 16 in test/multicloud/README.md

View workflow job for this annotation

GitHub Actions / markdownlint

Multiple consecutive blank lines [Expected: 1; Actual: 2]

test/multicloud/README.md:16 MD012/no-multiple-blanks Multiple consecutive blank lines [Expected: 1; Actual: 2]
GKE:
* AKS:

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

1. create a gcloud account, project and enable billing
2. create a service account and service account key
3. [Enable Kubernetes Engine API](https://console.developers.google.com/apis/api/container.googleapis.com/overview?project=mc-retina)
4. [Install gcloud](https://cloud.google.com/sdk/docs/install)
* GKE:

Kind:
1. create a gcloud account, project and enable billing
2. create a service account and service account key
3. [Enable Kubernetes Engine API](https://console.developers.google.com/apis/api/container.googleapis.com/overview?project=mc-retina)
4. [Install gcloud](https://cloud.google.com/sdk/docs/install)

* Kind:

1. Docker installed on the host machine
1. Docker installed on the host machine

## Quickstart

Expand Down

0 comments on commit 0bc2051

Please sign in to comment.