Skip to content

Commit

Permalink
Talos time should be in-sync
Browse files Browse the repository at this point in the history
  • Loading branch information
samip5 committed Sep 30, 2024
1 parent 069b4cf commit e02598e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions k8s/nebula/talos/patches/global/time.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
machine:
time:
disabled: false # Indicates if the time service is disabled for the machine.
servers:
- 10.0.105.1
1 change: 1 addition & 0 deletions k8s/nebula/talos/talconfig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,7 @@ patches:
- "@./patches/global/sysctl.yaml"
- "@./patches/global/udev.yaml"
- "@./patches/global/disable-kexec.yaml"
- "@./patches/global/time.yaml"

controlPlane:
patches:
Expand Down

0 comments on commit e02598e

Please sign in to comment.