From 245123679149bee8a8a2a0ec53fdf2d324b7920e Mon Sep 17 00:00:00 2001 From: Hongchao Deng Date: Thu, 29 Oct 2020 22:07:36 -0700 Subject: [PATCH] update install guide --- docs/README.md | 1 + docs/install.md | 34 ++++++++++++++++++++++++++++++---- docs/quick-start.md | 4 ---- 3 files changed, 31 insertions(+), 8 deletions(-) diff --git a/docs/README.md b/docs/README.md index ecd56fdaf..2aff29b81 100644 --- a/docs/README.md +++ b/docs/README.md @@ -4,6 +4,7 @@ Learn and use KubeVela with tutorials and user stories. **Overview** - [Introduction](introduction.md) +- [Installation](./installmd) - [Quick Start](quick-start.md) - [Concepts](concepts.md) diff --git a/docs/install.md b/docs/install.md index c5f93d60b..a61c08fd3 100644 --- a/docs/install.md +++ b/docs/install.md @@ -1,9 +1,11 @@ # Install KubeVela ## Prerequisites -- Kubernetes cluster which is v1.15.0 or greater -- kubectl current context is configured for the target cluster install - - ```kubectl config current-context``` + +- Kubernetes cluster >= v1.15.0 +- kubectl installed and configured + +You may pick either Minikube or KinD as local cluster testing option. ### Minikube @@ -11,7 +13,31 @@ ### KinD -> TODO anything need to do? +Follow [this guide](https://kind.sigs.k8s.io/docs/user/quick-start/#installation) to install kind. + +Then spins up a kind cluster: + +```console +cat <