Skip to content

Commit

Permalink
chore: PR comments
Browse files Browse the repository at this point in the history
Signed-off-by: Case Wylie <[email protected]>
  • Loading branch information
cmwylie19 committed Jan 17, 2025
1 parent bf990ac commit 20bdeb7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Kubernetes Watch is a mechanism used to monitor resource changes in real-time. F
1. **Identify the Controller Pod**:
- Check the logs of the controller managing Exemptions using the following command:
```bash
kubectl logs -n pepr-system -l app -f | egrep "Processing exemption"
kubectl logs -n pepr-system deploy/pepr-uds-core | grep "Processing exemption"
```

- If the logs **do not show entries similar to the following**, it may indicate that the Watch missed the event:
Expand All @@ -54,7 +54,7 @@ Kubernetes Watch is a mechanism used to monitor resource changes in real-time. F
2. **Verify Package Processing**:
- Use the following command to check logs for Package processing:
```bash
kubectl logs -n pepr-system -l app -f | egrep "Processing Package"
kubectl logs -n pepr-system deploy/pepr-uds-core-watcher -f | egrep "Processing Package"
```

- If the logs **do not show entries similar to the following**, it may indicate an issue with the Watch:
Expand Down

0 comments on commit 20bdeb7

Please sign in to comment.