kshke
kshke
Hello @JunSun17 Did this bug fix?
aks-preview extension still create standard load balancer now, we must add "--network-plugin kubenet" in the further?
@TomGeske Command: az aks create --node-resource-group xxx --resource-group xxx --kubernetes-version 1.18.6 --name xxx --node-vm-size Standard_DS3_v2 --node-count 1 --load-balancer-sku basic --enable-addons monitoring --generate-ssh-keys version: sarah@Azure:~$ az version { "azure-cli": "2.10.1", "azure-cli-command-modules-nspkg":...
@TomGeske Thanks for your reply. but If I don't use aks extension, I can create the cluster with basic loadlancer and VMSS. I need to use basic LB because it...
@TomGeske I need use VMSS not VMAS.