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
+44-1Lines changed: 44 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ ms.author: dobett
6
6
ms.topic: troubleshooting-known-issue
7
7
ms.custom:
8
8
- ignite-2023
9
-
ms.date: 03/05/2025
9
+
ms.date: 03/19/2025
10
10
---
11
11
12
12
# Known issues: Azure IoT Operations
@@ -145,3 +145,46 @@ kubectl delete pod aio-opc-opc.tcp-1-f95d76c54-w9v9c -n azure-iot-operations
145
145
If you see both log entries from the two *kubectl log* commands, the cert-manager wasn't ready or running.
146
146
1. Run `kubectl delete pod aio-dataflow-operator-0 -n azure-iot-operations` to delete the data flow operator pod. Deleting the pod clears the crash status and restarts the pod.
147
147
1. Wait for the operator pod to restart and deploy the data flow.
148
+
149
+
## Helm package enters a stuck state
150
+
151
+
When you update Azure IoT Operations, the Helm package might enter a stuck state, preventing any helm install or upgrade operations from proceeding. This results in the `operation in progress` error, blocking further upgrades.
152
+
153
+
Use the following steps to resolve the issue:
154
+
155
+
1. Identify the stuck Helm release by running the following command:
156
+
157
+
```sh
158
+
helm list -n azure-iot-operations --pending
159
+
```
160
+
In the output, look for a release name that contains `<component>` and has a status of `pending-upgrade` or `pending-install`.
161
+
162
+
1. Retrieve the revision history of the stuck release. For example, for schema registry you run:
0 commit comments