README: update flavor setup information.

Add docuementation to use ./clr-k8s-examples/reset_stack.sh help

Signed-off-by: Jose Carlos Venegas Munoz <jose.carlos.venegas.munoz@intel.com>
This commit is contained in:
Jose Carlos Venegas Munoz
2019-05-24 01:35:52 +00:00
committed by Ganesh Maharaj Mahalingam
parent a9b3b5c506
commit d00a5ea9d8
+4 -6
View File
@@ -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 <subcommand>
```
## Join Workers to the cluster