未验证 提交 1e63c57f 编写于 作者: D Dapr Bot 提交者: GitHub

Merge branch 'master' into multiple-config-standalone

......@@ -208,6 +208,9 @@ If you want to run the tests in a similar environment, you can deploy the test i
> Before you run the commands below, ensure that you have an Azure subscription, have the Azure CLI installed, and are logged into Azure (`az login`)
After using the script below to complete deployment of test environment, refer to [Option 2: Step by step guide](#option-2-step-by-step-guide) to run tests.
## Run E2E tests using a Wireguard Tunnel with tailscale
[Tailscale](https://tailscale.com/) is a zero-config VPN that provides NAT traversal out-of-the-box allowing our services and pods to be called directly - using its ClusterIP - without needed to be exposed using a loadbalancer.
......@@ -269,7 +272,7 @@ If you want to deploy AKS and the Azure Container Registry only (without Azure C
AZURE_REGION="eastus2"
# Name prefix for your test resources
# Try to use a unique name
# Try to use a unique name,at least 4 characters
export TEST_PREFIX="mydapraks42"
# Set to true to add a Windows node pool to the AKS cluster
......@@ -317,7 +320,7 @@ This is the setup that our E2E tests use in GitHub Actions, which includes AKS,
AZURE_REGION="eastus2"
# Name prefix for your test resources
# Try to use a unique name
# Try to use a unique name,at least 4 characters
export TEST_PREFIX="mydapraks42"
# Set to true to add a Windows node pool to the AKS cluster
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册