Skip to content

Commit

Permalink
Update create-cluster.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
SudKul authored May 2, 2022
1 parent e8faa0c commit 69aef3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions create-cluster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ clusterName="udacity-cluster"
# Install aks cli
echo "Installing AKS CLI"

az aks install-cli
sudo az aks install-cli

echo "AKS CLI installed"

Expand Down Expand Up @@ -53,4 +53,4 @@ kubectl get nodes

# echo "Deploying to AKS cluster"
# The command below will deploy a standard application to your AKS cluster.
# kubectl apply -f azure-vote.yaml
# kubectl apply -f azure-vote.yaml

0 comments on commit 69aef3b

Please sign in to comment.