Skip to content

Commit

Permalink
doc(1.8.0): update minimum supported Kubernetes version to 1.25
Browse files Browse the repository at this point in the history
longhorn/longhorn-9561

Signed-off-by: Chin-Ya Huang <[email protected]>
  • Loading branch information
c3y1huang committed Oct 8, 2024
1 parent 5b23559 commit 312cb57
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions content/docs/1.8.0/deploy/install/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ For information on deploying Longhorn on specific nodes and rejecting general wo
Each node in the Kubernetes cluster where Longhorn is installed must fulfill the following requirements:

- A container runtime compatible with Kubernetes (Docker v1.13+, containerd v1.3.7+, etc.)
- Kubernetes >= v1.21
- Kubernetes >= v1.25
- `open-iscsi` is installed, and the `iscsid` daemon is running on all the nodes. This is necessary, since Longhorn relies on `iscsiadm` on the host to provide persistent volumes to Kubernetes. For help installing `open-iscsi`, refer to [this section.](#installing-open-iscsi)
- RWX support requires that each node has a NFSv4 client installed.
- For installing a NFSv4 client, refer to [this section.](#installing-nfsv4-client)
Expand Down Expand Up @@ -325,7 +325,7 @@ Client Version: version.Info{Major:"1", Minor:"26", GitVersion:"v1.26.10", GitCo
Server Version: version.Info{Major:"1", Minor:"26", GitVersion:"v1.26.10+k3s2", GitCommit:"cb5cb5557f34e240e38c68a8c4ca2506c68b1d86", GitTreeState:"clean", BuildDate:"2023-11-08T03:21:46Z", GoVersion:"go1.20.10", Compiler:"gc", Platform:"linux/amd64"}
```

The `Server Version` should be >= v1.21.
The `Server Version` should be >= v1.25.

### Installing Cryptsetup and LUKS

Expand Down
2 changes: 1 addition & 1 deletion content/docs/1.8.0/important-notes/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ The functionality of the [environment check script](https://github.com/longhorn/

### Supported Kubernetes Versions

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.
Please ensure your Kubernetes cluster is at least v1.25 before upgrading to Longhorn v{{< current-version >}} because this is the minimum version Longhorn v{{< current-version >}} supports.

### Pod Security Policies Disabled & Pod Security Admission Introduction

Expand Down

0 comments on commit 312cb57

Please sign in to comment.