You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+23-1Lines changed: 23 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ metadata:
34
34
resourceVersion: ""
35
35
selfLink: ""
36
36
```
37
-
### Enable PTP events via fast event framework
37
+
### Enable PTP events via fast event framework
38
38
PTP Operator supports fast event publisher for events such as PTP state change, os clock out of sync, clock class change and port failure.
39
39
Event publisher is enabled by deploying PTP operator with [cloud events framework](https://github.com/redhat-cne/cloud-event-proxy) (based on O-RAN API specifications).
40
40
The events are published via HTTP or AMQP transport and available for local subscribers.
@@ -177,6 +177,28 @@ spec:
177
177
match:
178
178
- nodeLabel: "node-role.kubernetes.io/worker"
179
179
180
+
```
181
+
### ptpConfig to filter 'master offset' logs and report periodic summary every 5 seconds
0 commit comments