First we need to run these commands but it will require aks-preview extensions to run and will prompt you to install aks-preview. After the installation we can continue
az aks stop --name myaksname --resource-group myresourcegroup
Then we can watch its progress with
az aks show --name myaksname --resource-group myresourcegroup
And after a succesfull stop we can start our cluster again with
az aks start --name myaksname --resource-group myresourcegroup
Bir yanıt yazın