Skip to content

Commit c296756

Browse files
Merge pull request #267426 from kgremban/feb27-knownissue
data processor uninstall known issue
2 parents a49c397 + 1753843 commit c296756

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,15 @@ 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+
2433
## Azure IoT MQ (preview)
2534

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

0 commit comments

Comments
 (0)