Skip to content

Files

Latest commit

 

History

History

aks_nap

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
az feature register --namespace "Microsoft.ContainerService" --name "NodeAutoProvisioningPreview"
az feature show --namespace "Microsoft.ContainerService" --name "NodeAutoProvisioningPreview"

terraform init
terraform apply -auto-approve

az aks get-credentials --resource-group aks-nap --name aks-nap

kubectl apply -f nodepool.yaml