We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e408802 + c895d66 commit 236c21bCopy full SHA for 236c21b
articles/aks/network-observability-managed-cli.md
@@ -153,7 +153,7 @@ az aks create \
153
--network-plugin azure \
154
--network-plugin-mode overlay \
155
--pod-cidr 192.168.0.0/16 \
156
- --enable-network-observability
+ --enable-advanced-network-observability
157
```
158
159
###### Update Existing cluster
@@ -164,7 +164,7 @@ Use [az aks update](/cli/azure/aks#az-aks-update) to enable Network Observabilit
164
az aks update \
165
--resource-group myResourceGroup \
166
--name myAKSCluster \
167
168
169
170
##### Example 2: **Cilium**
0 commit comments