Skip to content

Commit

Permalink
Merge pull request #272 from HoomanDigital/main
Browse files Browse the repository at this point in the history
pr: 257
  • Loading branch information
Hooman Digital authored Jun 22, 2024
2 parents eb60491 + 2864831 commit 95ea4d6
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/content/Docs/_sequence.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@ export const docsSequence = [
{
label: "Akash Provider Checkup",
},
{
label: "Time Synchronization",
},
{
label: "GPU Resource Enablement (Optional Step)",
},
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
categories: ["Providers"]
tags: []
weight: 2
title: "Time Synchronization"
linkTitle: "Time Synchronization"
---

To ensure your Akash node maintains accurate time synchronization, we recommend using `chrony` over `systemd-timesyncd`. Chrony is a versatile implementation of the Network Time Protocol (NTP) and ensures better time accuracy and reliability.

The guide is broken down into the following sections:

- [Installation](#installation)

## Installation

Chrony is straightforward to install and configure. Run the following command to install chrony:

```bash
apt -y install chrony
```

Chrony automatically disables the systemd-timesyncd service upon installation, so no additional configuration is needed.

**Rationale**

We found that some servers were out of sync, and all attempts to fix `systemd-timesyncd` were unsuccessful. Chrony, used in various production environments, ensures perfect time synchronization.
3 changes: 3 additions & 0 deletions src/content/Providers_Homepage/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ additionalDeploymentSection:
- title: Akash Provider Checkup
content: Within this guide we provide paths to check your Akash Provider health status following initial build and throughout the lifetime of the provider.
link: "/docs/providers/build-a-cloud-provider/akash-provider-checkup/"
- title: Time Synchronization
content: To ensure your Akash node maintains accurate time synchronization, we recommend using `chrony` over `systemd-timesyncd`. Chrony is a versatile implementation of the Network Time Protocol (NTP) and ensures better time accuracy and reliability.
link: "/docs/providers/build-a-cloud-provider/time-synchronization/"
- title: Akash Provider Maintenance / FAQ / Troubleshooting
content: Use the techniques detailed in this guide to verify Akash Provider functionality and troubleshoot issues as they appear.ake profit on your spare compute made available for tenant lease.
link: "/docs/providers/provider-faq-and-guide/"
Expand Down

0 comments on commit 95ea4d6

Please sign in to comment.