Skip to content

Commit 9558525

Browse files
committed
removed 1 of the az aks get-credentials
1 parent 97fe85a commit 9558525

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.pipelines/npm/npm-conformance-tests.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,6 @@ stages:
164164
export PUBLIC_IP_ID=$(az network public-ip show -g $(RESOURCE_GROUP) -n $(PUBLIC_IP_NAME) --query id -o tsv)
165165
echo Public IP ID $PUBLIC_IP_ID
166166
167-
az aks get-credentials -n $(AZURE_CLUSTER) -g $(RESOURCE_GROUP) --file ./kubeconfig
168-
169167
echo "Creating Linux Cluster";
170168
az aks create --no-ssh-key \
171169
--resource-group $(RESOURCE_GROUP) \

0 commit comments

Comments
 (0)