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/use-wasi-node-pools.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -59,12 +59,12 @@ az extension update --name aks-preview
59
59
60
60
### Limitations
61
61
62
-
* You can't run WebAssebmlies and containers in the same node pool.
62
+
* You can't run WebAssemblies and containers in the same node pool.
63
63
* Only the WebAssembly(WASI) runtime is available, using the Wasmtime provider.
64
64
* The WASM/WASI node pools can't be used for system node pool.
65
65
* The *os-type* for WASM/WASI node pools must be Linux.
66
66
* Krustlet doesn't work with Azure CNI at this time. For more information, see the [CNI Support for Kruslet GitHub issue][krustlet-cni-support].
67
-
* Krustlet doesn't provide networking configuration for WebAssemblies. The WebAssebmly manifest must provide the networking configuration, such as IP address.
67
+
* Krustlet doesn't provide networking configuration for WebAssemblies. The WebAssembly manifest must provide the networking configuration, such as IP address.
68
68
69
69
## Add a WASM/WASI node pool to an existing AKS Cluster
0 commit comments