Skip to content

Commit 7569d8b

Browse files
committed
update artifact streaming
1 parent b5b0900 commit 7569d8b

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

articles/aks/artifact-streaming.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,18 @@ Enablement on ACR is a prerequisite for Artifact Streaming on AKS. For more info
104104
--enable-artifact-streaming
105105
```
106106
107+
### Enable Artifact Streaming on an existing node pool
108+
109+
* Update an existing node pool to enable Artifact Streaming using the [`az aks nodepool update`][az-aks-nodepool-update] command with the `--enable-artifact-streaming`.
110+
111+
```azurecli-interactive
112+
az aks nodepool update \
113+
--resource-group myResourceGroup \
114+
--cluster-name myAKSCluster \
115+
--name myNodePool \
116+
--enable-artifact-streaming
117+
```
118+
107119
## Check if Artifact Streaming is enabled
108120
109121
Now that you enabled Artifact Streaming on a premium ACR and connected that to an AKS node pool with Artifact Streaming enabled, any new pod deployments on this cluster with an image pull from the ACR with Artifact Streaming enabled will see reductions in image pull times.

0 commit comments

Comments
 (0)