Skip to content

Commit adf50b3

Browse files
Merge pull request #268743 from dominicbetts/aio-troubleshoot-fix
AIO: Fix typo in troubleshooting article
2 parents f2ed40c + e4a6e92 commit adf50b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/iot-operations/troubleshoot/troubleshoot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ If the data processor extension fails to uninstall, run the following commands a
111111

112112
```bash
113113
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
114+
kubectl delete pod aio-dp-runner-worker-0 --grace-period=0 --force -n azure-iot-operations
115115
```
116116

117117
## Troubleshoot Layered Network Management

0 commit comments

Comments
 (0)