Skip to content

Commit

Permalink
Fix broken links - 2025.01 (#983)
Browse files Browse the repository at this point in the history
  • Loading branch information
n-boshnakov authored Jan 21, 2025
1 parent 89284b8 commit f3b90e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/development/running-e2e-tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ make ci-e2e-kind-gcs

#### Azurite setup

[Azurite](https://github.com/Azure/Azurite) is run inside a pod using this [docker image](mcr.microsoft.com/azure-storage/azurite:latest) in a KIND cluster.
[Azurite](https://github.com/Azure/Azurite) is run inside a pod using this [docker image](https://mcr.microsoft.com/en-us/artifact/mar/azure-storage/azurite/tags) (tag:`latest`) in a KIND cluster.

The user needs to run `make ci-e2e-kind-azure` to start the e2e tests for druid with Azurite as the object storage for etcd backups. The above command internally runs the script `hack/ci-e2e-kind-azure.sh` which initializes the setup with required steps before going on to create a KIND cluster and deploy Azurite in it and use that emulator to run e2e tests.

Expand Down

0 comments on commit f3b90e5

Please sign in to comment.