You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -347,9 +348,9 @@ The list below includes the addons currently unsupported on Azure Stack Hub:
347
348
* SMB Flex Volume
348
349
* Azure Monitor for containers
349
350
350
-
### Azure Disk CSI Driver 1.30+ not supported on Azure Stack Hub
351
+
### Azure Disk CSI Driver 1.30 not supported on Azure Stack Hub
351
352
352
-
Azure Disk CSI Driver version 1.30 and later are not supported on Azure Stack Hub due to a dependency on a library that is not currently available on Azure Stack Hub. A fix is in progress and will be provided in a future AKS Engine release.
353
+
Azure Disk CSI Driver version 1.30 and later are not supported on Azure Stack Hub. A fix is in progress and will be provided in a future AKS Engine release.
353
354
354
355
**Current Recommendation:** Use the compatible Azure Disk CSI Driver version specified in the [Azure Disk CSI driver version mapping table](#azure-disk-csi-driver-version-mapping) that corresponds to your cluster's Kubernetes version.
355
356
@@ -365,7 +366,7 @@ Azure Disk CSI Driver version 1.30 and later are not supported on Azure Stack Hu
365
366
366
367
***If installed via AKS Engine addon:**
367
368
1. First, backup the deployment file: Copy the `azuredisk-csi-driver-deployment.yaml` file from `/etc/kubernetes/addons/` on the master node to a different location (either another directory on the master node or transfer it to a jump server/bastion host that can manage the cluster)
368
-
2. Delete the `azuredisk-csi-driver-deployment.yaml` file from the `/etc/kubernetes/addons` directory on each master node to prevent auto-recreation by the Kubernetes addon manager
369
+
2. Delete the `azuredisk-csi-driver-deployment.yaml` file from the `/etc/kubernetes/addons` directory on each master node to prevent recreation by the Kubernetes addon manager
369
370
3. Remove the currently deployed driver: `kubectl delete -f azuredisk-csi-driver-deployment.yaml` (use the backup file from step 1)
370
371
4. Install the correct version using the Helm approach described in the [Azure Disk CSI Driver examples section](#azure-disk-csi-driver-examples)
0 commit comments