From d00a5ea9d8b040c64a1cdb0b935625b1d280db87 Mon Sep 17 00:00:00 2001 From: Jose Carlos Venegas Munoz Date: Fri, 24 May 2019 01:35:52 +0000 Subject: [PATCH] README: update flavor setup information. Add docuementation to use ./clr-k8s-examples/reset_stack.sh help Signed-off-by: Jose Carlos Venegas Munoz --- clr-k8s-examples/README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/clr-k8s-examples/README.md b/clr-k8s-examples/README.md index b2dd1fb..d645cca 100644 --- a/clr-k8s-examples/README.md +++ b/clr-k8s-examples/README.md @@ -50,14 +50,12 @@ master and also uses kubelet config via [`kubeadm.yaml`](kubeadm.yaml) to propagate cluster wide kubelet configuration to all workers. Customize it if you need to setup other cluster wide properties. -There are two flavors of install - - -* `minimal`: initialize cluster, add kata runtimeclass, install canal CNI and metrics server -* `all`: minimal, install rook storage, prometheus, ELK, nginx-ingress, etc., +There are different flavors to install, run `./create_stack.sh help` to get +more information. ```bash -# default is 'all' -./create_stack.sh [minimal|all] +# default shows help +./create_stack.sh ``` ## Join Workers to the cluster