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/iot-operations/troubleshoot/known-issues.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -93,6 +93,22 @@ If you create a `RegistryEndpoint` resource using bicep and reference it in the
93
93
94
94
Workaround: Don't use `RegistryEndpoint` resources with Akri connectors. Instead, specify the registry information in the `ContainerRegistry` settings in the `ConnectorTemplate` resource.
95
95
96
+
### Akri error when updating or deleting an Azure IoT Operations instance
97
+
98
+
---
99
+
100
+
Issue ID: 9347
101
+
102
+
---
103
+
104
+
Fixed in version 1.2.154 (2512) and later
105
+
106
+
---
107
+
108
+
Users may encounter an error regarding expired webhook certificates with Akri when deleting/upgrading instances of Azure IoT Operations or performing CRUD operations on Akri resources such as *Connector* and *ConnectorTemplates* instances.
109
+
110
+
Workaround: run `kubectl delete pod -n azure-iot-operations aio-akri-webhook-0 --ignore-not-found` to delete and restart the webhook pods to enable the pod to pick up the new certificate.
111
+
96
112
## Connector for OPC UA issues
97
113
98
114
This section lists current known issues for the connector for OPC UA.
0 commit comments