Skip to content

Commit 62400f6

Browse files
Istio addon - address acrolinx and blocked configs
1 parent 654a11b commit 62400f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/aks/istio-deploy-addon.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ az aks mesh disable --resource-group ${RESOURCE_GROUP} --name ${CLUSTER}
212212
> [!CAUTION]
213213
> Disabling the service mesh addon will completely remove the Istio control plane from the cluster.
214214
215-
Istio `CustomResourceDefintion`s (CRDs) won't be deleted by default. To clean them up, use:
215+
Istio `CustomResourceDefintion`s (CRDs) aren't be deleted by default. To clean them up, use:
216216

217217
```bash
218218
kubectl delete crd $(kubectl get crd -A | grep "istio.io" | awk '{print $1}')

0 commit comments

Comments
 (0)