From 52e9d182486d4a73f77f35ce23c7e26e5155e59b Mon Sep 17 00:00:00 2001 From: Cedric Verstraeten Date: Mon, 12 Aug 2024 13:51:16 +0200 Subject: [PATCH] Update README.microk8s.md --- README.microk8s.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.microk8s.md b/README.microk8s.md index 327d8c4..3aefb11 100644 --- a/README.microk8s.md +++ b/README.microk8s.md @@ -303,6 +303,13 @@ kubectl apply -f data-filtering-deployment.yaml Each time a recording is stored in the Kerberos Vault, the `data-filtering` pod will receive a notification and execute the specified model (YOLOv8 by default). Based on the defined conditions, the `data-filtering` pod may forward the recording to a remote Kerberos Vault, trigger alerts, or send notifications. +Ensure that the `data-filtering` workload is actively running, receiving messages from the integration, and performing the necessary processing tasks. + +```bash +kubectl get po -w -A +kubectl logs -f data... +``` + ### Add forwarding integration We'll need to access the UI again to add the integration