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: src/aks-preview/HISTORY.rst
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,7 @@ To release a new version, please select a new version number (usually plus 1 to
11
11
12
12
Pending
13
13
+++++++
14
+
* `az aks create` and `az aks nodepool add`: Add `--enable-osdisk-full-caching` (preview) to enable the full-cache ephemeral OS disk feature for a node pool. Requires AFEC registration `Microsoft.ContainerService/FullCachePreview`. Property is immutable after node pool creation.
Copy file name to clipboardExpand all lines: src/aks-preview/azext_aks_preview/_help.py
+16Lines changed: 16 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -55,6 +55,14 @@
55
55
- name: --node-osdisk-type
56
56
type: string
57
57
short-summary: OS disk type to be used for machines in a given agent pool. Defaults to 'Ephemeral' when possible in conjunction with VM size and OS disk size. May not be changed for this pool after creation. ('Ephemeral' or 'Managed')
short-summary: Enable the full-cache ephemeral OS disk feature for the default node pool.
61
+
long-summary: |-
62
+
When enabled, the entire operating system is cached on the local
63
+
ephemeral OS disk to mitigate E17 events caused by network failures.
64
+
Requires Ephemeral OS disk and a VM size with sufficient cache.
65
+
This property is immutable after the node pool is created.
58
66
- name: --node-osdisk-diskencryptionset-id -d
59
67
type: string
60
68
short-summary: ResourceId of the disk encryption set to use for enabling encryption at rest on agent node os disk.
@@ -2100,6 +2108,14 @@
2100
2108
- name: --node-osdisk-type
2101
2109
type: string
2102
2110
short-summary: OS disk type to be used for machines in a given agent pool. Defaults to 'Ephemeral' when possible in conjunction with VM size and OS disk size. May not be changed for this pool after creation. ('Ephemeral' or 'Managed')
0 commit comments