There was an error while loading. Please reload this page.
1 parent 774a5e2 commit 789f142Copy full SHA for 789f142
install/tests/Makefile
@@ -52,6 +52,7 @@ gcp-kubeconfig:
52
53
## azure-kubeconfig: Get the kubeconfig configuration for Azure AKS
54
azure-kubeconfig:
55
+az login --service-principal -u $$ARM_CLIENT_ID -p $$ARM_CLIENT_SECRET --tenant $$ARM_TENANT_ID
56
export KUBECONFIG=${KUBECONFIG} && \
57
export resource=$$(echo "$$TF_VAR_TEST_ID" | sed "s/[\\W\\-]//g") && \
58
az aks get-credentials --name test-cluster-$$resource --resource-group sh-test-$$resource --file ${KUBECONFIG} || echo "No cluster present"
0 commit comments