Skip to content

Commit 1306146

Browse files
Add description of the TimeSync example to README.md
Explain what the time-sync-example folder is demonstrating, to help our readers' orientation.
1 parent 9047419 commit 1306146

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,13 @@ As part of the example, the script runs both privileged and un-privileged comman
2323
### Verification script
2424

2525
This [`verify-init.sh`](verify-init.sh) runs checks on the nodes of the cluster to verify that the initialization completed successfully.
26+
27+
### TimeSync example
28+
29+
The folder [`time-sync-example`](time-sync-example) contains a real-world
30+
example: a Compute Engine (single VM + OpsAgent) configuration for accurately
31+
synchronizing the VM clock with monitoring of the clock synchronization
32+
accuracy, alongside the equivalent Kubernetes Engine variant - a GKE DaemonSet to configure
33+
the VMs in the node pool, supporting taint/untaint flow to prevent workload
34+
execution on nodes without synchronized time, and monitoring solution based on
35+
GKE's log collection flow.

0 commit comments

Comments
 (0)