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.
1 parent 654a11b commit 62400f6Copy full SHA for 62400f6
articles/aks/istio-deploy-addon.md
@@ -212,7 +212,7 @@ az aks mesh disable --resource-group ${RESOURCE_GROUP} --name ${CLUSTER}
212
> [!CAUTION]
213
> Disabling the service mesh addon will completely remove the Istio control plane from the cluster.
214
215
-Istio `CustomResourceDefintion`s (CRDs) won't be deleted by default. To clean them up, use:
+Istio `CustomResourceDefintion`s (CRDs) aren't be deleted by default. To clean them up, use:
216
217
```bash
218
kubectl delete crd $(kubectl get crd -A | grep "istio.io" | awk '{print $1}')
0 commit comments