Skip to content

Commit b7ebaec

Browse files
authored
Merge pull request #102212 from mlearned/mlearned-aks-troubleshooting-10minVM
troubleshooting issues on disk attach
2 parents 544907c + 8aff279 commit b7ebaec

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

articles/aks/troubleshooting.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ Recommended settings:
379379
| 1.12.0 - 1.12.1 | 0755 |
380380
| 1.12.2 and later | 0777 |
381381

382-
If using a cluster with Kuberetes version 1.8.5 or greater and dynamically creating the persistent volume with a storage class, mount options can be specified on the storage class object. The following example sets *0777*:
382+
If using a cluster with Kubernetes version 1.8.5 or greater and dynamically creating the persistent volume with a storage class, mount options can be specified on the storage class object. The following example sets *0777*:
383383

384384
```yaml
385385
kind: StorageClass
@@ -487,6 +487,10 @@ E1114 09:58:55.367731 1 static_autoscaler.go:239] Failed to fix node group sizes
487487

488488
This error is due to an upstream cluster autoscaler race condition where the cluster autoscaler ends with a different value than the one that is actually in the cluster. To get out of this state, simply disable and re-enable the [cluster autoscaler][cluster-autoscaler].
489489

490+
### Slow disk attachment, GetAzureDiskLun takes 10 to 15 minutes and you receive an error
491+
492+
On Kubernetes versions **older than 1.15.0** you may receive an error such as **Error WaitForAttach Cannot find Lun for disk**. The workaround for this is to wait approximately 15 minutes and retry.
493+
490494
<!-- LINKS - internal -->
491495
[view-master-logs]: view-master-logs.md
492496
[cluster-autoscaler]: cluster-autoscaler.md

0 commit comments

Comments
 (0)