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