This repository has been archived by the owner on Oct 24, 2023. It is now read-only.
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.
VMSS disk attach/detach issues w/ v1.13.12, v1.14.8, v1.15.5, v1.16.2 #2312
Closed
Description
As described in the issue below, a regression to VMSS disk attach/detach was introduced in Azure cloudprovider starting with the following versions:
- v1.13.12
- v1.14.8
- v1.15.5
- v1.16.2
Upstream issue:
If you are running stateful workloads backed by VMSS node pools experiencing the above symptoms, we recommend you downgrade any clusters on the above versions to the patch version prior. E.g. for a cluster running v1.16.2
built w/ the service principal auth model:
$ bin/aks-engine upgrade --subscription-id <sub id> --api-model <path to apimodel>/apimodel.json --location <location> --resource-group <resource group> --upgrade-version 1.16.1 --force --auth-method client_secret --client-id <appId of service principal> --client-secret <password of service principal>
For new clusters, please use the following versions that aren't subject to this regression:
"orchestratorVersion": "1.13.11"
"orchestratorVersion": "1.14.7"
"orchestratorVersion": "1.15.4"
"orchestratorVersion": "1.16.1"
Activity