Skip to content

Commit

Permalink
change the location for test runs and arc clusters
Browse files Browse the repository at this point in the history
  • Loading branch information
Arif Lakhani committed Aug 23, 2023
1 parent 9f8159c commit 7166e84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/Bootstrap.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ if ($?)

Write-Host "Connecting the cluster to Arc with connectedk8s..."
$Env:KUBECONFIG="$PSScriptRoot/tmp/KUBECONFIG"
az connectedk8s connect -g $ENVCONFIG.resourceGroup -n $ENVCONFIG.arcClusterName
az connectedk8s connect -g $ENVCONFIG.resourceGroup -n $ENVCONFIG.arcClusterName -l westeurope
if (!$?)
{
kubectl get pods -A
Expand Down

0 comments on commit 7166e84

Please sign in to comment.