Skip to content

Commit 73cd678

Browse files
Update uninstall-azure-arc-data-controller.md
Add missing custom resource definitions to delete. These three *.arcdata.microsoft.com CRDs had been left after applying the current docs.
1 parent 8a77cab commit 73cd678

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/azure-arc/data/uninstall-azure-arc-data-controller.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,9 @@ kubectl delete crd dags.sql.arcdata.microsoft.com
158158
kubectl delete crd exporttasks.tasks.arcdata.microsoft.com
159159
kubectl delete crd monitors.arcdata.microsoft.com
160160
kubectl delete crd activedirectoryconnectors.arcdata.microsoft.com
161-
161+
kubectl delete crd failovergroups.sql.arcdata.microsoft.com
162+
kubectl delete crd kafkas.arcdata.microsoft.com
163+
kubectl delete crd otelcollectors.arcdata.microsoft.com
162164

163165
## Delete Cluster roles and Cluster role bindings
164166
kubectl delete clusterrole arcdataservices-extension

0 commit comments

Comments
 (0)