From 9eee9dbe07bbdab5b2965aa3fb4fc1f4c733274b Mon Sep 17 00:00:00 2001 From: Charlie17Li Date: Thu, 27 Oct 2022 16:27:56 +0800 Subject: [PATCH] fix: update the minimum required version of k3d (#1016) Signed-off-by: charlie Signed-off-by: charlie --- docs/local.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/local.md b/docs/local.md index c854ccfd5b..5dc014d065 100644 --- a/docs/local.md +++ b/docs/local.md @@ -45,7 +45,7 @@ For more user-centric targets in that makefile consult `make help`. - [install **helm3**](https://helm.sh/docs/intro/install/) to deploy k8gb and related test workloads - - [install **k3d**](https://k3d.io/#installation) to run local [k3s](https://k3s.io/) clusters (minimum v5.1.0 version is required) + - [install **k3d**](https://k3d.io/#installation) to run local [k3s](https://k3s.io/) clusters (minimum v5.3.0 version is required) - [install **golangci-lint**](https://golangci-lint.run/usage/install/#local-installation) for code quality checks