From 6776f4601edc95ab698ab8d4b8d0a1ffe9737a61 Mon Sep 17 00:00:00 2001 From: Christian Pinto Date: Wed, 26 Jul 2023 19:16:31 +0100 Subject: [PATCH] Updated documentation to mention kind in install options (#283) Signed-off-by: Christian Pinto --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3ff8bf22..b5a78ef0 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ A Kubernetes Framework to provide easy access to S3 and NFS **Datasets** within In order to quickly deploy DLF, based on your environment execute **one** of the following commands: -- **Kubernetes/Minikube** +- **Kubernetes/Minikube/kind** ```bash kubectl apply -f https://raw.githubusercontent.com/datashim-io/datashim/master/release-tools/manifests/dlf.yaml ```