From 5ec0c5a261f4b0efb9f65f4a11a194279b491cff Mon Sep 17 00:00:00 2001 From: Shuo Wu Date: Wed, 9 Dec 2020 14:47:13 +0800 Subject: [PATCH] chart: Update Kubernetes version requirement for chart Since we update the CRD apiVersion to apiextensions.k8s.io/v1, the minimal Kubernetes version requirement is v1.16 now. Longhorn #2061 Signed-off-by: Shuo Wu --- chart/Chart.yaml | 2 +- chart/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chart/Chart.yaml b/chart/Chart.yaml index 9a3a78d..2172538 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v1 name: longhorn version: 1.1.0-rc1 appVersion: v1.1.0-rc1 -kubeVersion: ">=v1.14.0-r0" +kubeVersion: ">=v1.16.0-r0" description: Longhorn is a distributed block storage system for Kubernetes. keywords: - longhorn diff --git a/chart/README.md b/chart/README.md index 13e6312..79d07dc 100644 --- a/chart/README.md +++ b/chart/README.md @@ -16,7 +16,7 @@ Longhorn is 100% open source software. Project source code is spread across a nu ## Prerequisites 1. Docker v1.13+ -2. Kubernetes v1.15+ +2. Kubernetes v1.16+ 3. Make sure `curl`, `findmnt`, `grep`, `awk` and `blkid` has been installed in all nodes of the Kubernetes cluster. 4. Make sure `open-iscsi` has been installed in all nodes of the Kubernetes cluster. For GKE, recommended Ubuntu as guest OS image since it contains `open-iscsi` already.