Skip to content

Commit f83f653

Browse files
Merge pull request #268371 from dominicbetts/aio-feb-known-issues
AIO: Feb release known issues
2 parents a26d50f + 5dbc0db commit f83f653

File tree

2 files changed

+14
-11
lines changed

2 files changed

+14
-11
lines changed

articles/iot-operations/troubleshoot/known-issues.md

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,6 @@ This article contains known issues for Azure IoT Operations Preview.
2121

2222
- 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`.
2323

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-
3324
## Azure IoT MQ (preview)
3425

3526
- 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.
@@ -44,8 +35,7 @@ kubectl delete pod aio-dp-reader-worker-0 --grace-period=0 --force -n azure-iot
4435

4536
- 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.
4637

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.
4939

5040
## Layered Network Management (preview)
5141

@@ -63,6 +53,10 @@ kubectl delete pod aio-dp-reader-worker-0 --grace-period=0 --force -n azure-iot
6353
6454
- 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.
6555
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+
6660
## OPC PLC simulator
6761

6862
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:

articles/iot-operations/troubleshoot/troubleshoot.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,15 @@ kubectl rollout restart statefulset aio-dp-runner-worker -n azure-iot-operations
105105
kubectl rollout restart statefulset aio-dp-reader-worker -n azure-iot-operations
106106
```
107107

108+
## Data Processor extension fails to uninstall
109+
110+
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+
108117
## Troubleshoot Layered Network Management
109118

110119
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

Comments
 (0)