diff --git a/Deployment-With-GitHub-Actions.md b/Deployment-With-GitHub-Actions.md index 518e2d5..6f35ef1 100644 --- a/Deployment-With-GitHub-Actions.md +++ b/Deployment-With-GitHub-Actions.md @@ -44,6 +44,7 @@ spnId=$(az ad sp show --id http://$spnName --query appId --output tsv) # create AKS cluster az aks create -g $rg -n $aks --node-count 1 --enable-addons monitoring,http_application_routing --enable-rbac --generate-ssh-keys --attach-acr $acr +# set the k8s context locally az get-credentials -g $rg -n $aks # deploy nginx controller