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
Copy file name to clipboardExpand all lines: articles/aks/troubleshooting.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -381,7 +381,7 @@ Recommended settings:
381
381
| 1.12.0 - 1.12.1 | 0755 |
382
382
| 1.12.2 and later | 0777 |
383
383
384
-
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*:
384
+
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*:
385
385
386
386
```yaml
387
387
kind: StorageClass
@@ -489,9 +489,9 @@ E1114 09:58:55.367731 1 static_autoscaler.go:239] Failed to fix node group sizes
489
489
490
490
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].
491
491
492
-
### Slow disk attchment, GetAzureDiskLun takes 10 to 15 minutes and you receive an error
492
+
### Slow disk attachment, GetAzureDiskLun takes 10 to 15 minutes and you receive an error
493
493
494
-
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 approximatly 15 minutes and retry.
494
+
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.
0 commit comments