Skip to content

Commit

Permalink
doc(1.6.4): add CoreDNS setup to best practices
Browse files Browse the repository at this point in the history
longhorn/longhorn-9752
longhorn/longhorn-9802

Signed-off-by: Chin-Ya Huang <[email protected]>
  • Loading branch information
c3y1huang committed Nov 14, 2024
1 parent 4e7485d commit b462a3a
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions content/docs/1.6.4/best-practices.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ We recommend the following setup for deploying Longhorn in production.
- [Minimum Recommended Hardware](#minimum-recommended-hardware)
- [Architecture](#architecture)
- [Operating System](#operating-system)
- [Kubernetes Version](#kubernetes-version)
- [Kubernetes](#kubernetes)
- [Kubernetes Version](#kubernetes-version)
- [CoreDNS Setup](#coredns-setup)
- [Node and Disk Setup](#node-and-disk-setup)
- [Use a Dedicated Disk](#use-a-dedicated-disk)
- [Minimal Available Storage and Over-provisioning](#minimal-available-storage-and-over-provisioning)
Expand Down Expand Up @@ -76,7 +78,9 @@ The list below contains known broken kernel versions that users should avoid usi
| 4. | 6.5.0-1014-aws | Ubuntu | Related to this bug https://longhorn.io/kb/troubleshooting-rwx-volume-fails-to-attached-caused-by-protocol-not-supported/


## Kubernetes Version
## Kubernetes

### Kubernetes Version

Please ensure your Kubernetes cluster is at least v1.21 before upgrading to Longhorn v{{< current-version >}} because this is the minimum version Longhorn v{{< current-version >}} supports.

Expand All @@ -90,6 +94,10 @@ We recommend running your Kubernetes cluster on one of the following versions. T

Referenced to https://endoflife.date/kubernetes.

### CoreDNS Setup

Ensure that CoreDNS runs with at least 2 replicas to maintain high availability. This setup minimizes interruptions in the DNS resolution if one CoreDNS pod experiences a temporary disruption.

## Node and Disk Setup

We recommend the following setup for nodes and disks.
Expand Down

0 comments on commit b462a3a

Please sign in to comment.