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
+5-11Lines changed: 5 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,15 +21,6 @@ This article contains known issues for Azure IoT Operations Preview.
21
21
22
22
- Uninstalling K3s: When you uninstall k3s on Ubuntu by using the `/usr/local/bin/k3s-uninstall.sh` script, you might encounter an issue where the script gets stuck on unmounting the NFS pod. A workaround for this issue is to run the following command before you run the uninstall script: `sudo systemctl stop k3s`.
23
23
24
-
## Azure IoT Data Processor Preview
25
-
26
-
If the data processor extension fails to uninstall, run the following commands and try the uninstall operation again:
27
-
28
-
```bash
29
-
kubectl delete pod aio-dp-reader-worker-0 --grace-period=0 --force -n azure-iot-operations
30
-
kubectl delete pod aio-dp-reader-worker-0 --grace-period=0 --force -n azure-iot-operations
31
-
```
32
-
33
24
## Azure IoT MQ (preview)
34
25
35
26
- You can only access the default deployment by using the cluster IP, TLS, and a service account token. Clients outside the cluster need extra configuration before they can connect.
- You might encounter an error in the KafkaConnector StatefulSet event logs such as `Invalid value: "mq-to-eventhub-connector-<token>--connectionstring": must be no more than 63 characters`. Ensure your KafkaConnector name is of maximum 5 characters.
46
37
47
-
- You may encounter timeout errors in the Kafka connector and Event Grid connector logs. Despite this, the connector will continue to function and forward messages.
48
-
38
+
- You may encounter timeout errors in the Kafka connector and Event Grid connector logs. Despite this, the connector will continue to function and forward messages.
- All AssetEndpointProfiles in the cluster have to be configured with the same transport authentication certificate, otherwise the OPC UA Broker might exhibit random behavior. To avoid this issue when using transport authentication, configure all asset endpoints with the same thumbprint for the transport authentication certificate in the Azure IoT Operations portal.
65
55
56
+
- If you deploy an AssetEndpointProfile into the cluster and the OPC UA Broker can't connect to the configured endpoint on the first attempt, then the OPC UA Broker never retries to connect.
57
+
58
+
As a workaround, first fix the connection problem. Then either restart all the pods in the cluster with pod names that start with "aio-opc-opc.tcp", or delete the AssetEndpointProfile and deploy it again.
59
+
66
60
## OPC PLC simulator
67
61
68
62
If you create an asset endpoint for the OPC PLC simulator, but the OPC PLC simulator isn't sending data to the IoT MQ broker, try the following command:
If the data processor extension fails to uninstall, run the following commands and try the uninstall operation again:
111
+
112
+
```bash
113
+
kubectl delete pod aio-dp-reader-worker-0 --grace-period=0 --force -n azure-iot-operations
114
+
kubectl delete pod aio-dp-reader-worker-0 --grace-period=0 --force -n azure-iot-operations
115
+
```
116
+
108
117
## Troubleshoot Layered Network Management
109
118
110
119
The troubleshooting guidance in this section is specific to Azure IoT Operations when using an IoT Layered Network Management. For more information, see [How does Azure IoT Operations work in layered network?](../manage-layered-network/concept-iot-operations-in-layered-network.md).
0 commit comments