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/azext_aks_preview/_help.py
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2383,6 +2383,9 @@
2383
2383
- name: --enable-artifact-streaming
2384
2384
type: bool
2385
2385
short-summary: Enable artifact streaming for VirtualMachineScaleSets managed by a node pool, to speed up the cold-start of containers on a node through on-demand image loading. To use this feature, container images must also enable artifact streaming on ACR. If not specified, the default is false.
2386
+
- name: --disable-artifact-streaming
2387
+
type: bool
2388
+
short-summary: Disable artifact streaming for VirtualMachineScaleSets managed by a node pool.
0 commit comments