mirror of
https://github.com/clearlinux/cloud-native-setup.git
synced 2026-08-18 21:16:16 +00:00
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:
committed by
Ganesh Maharaj Mahalingam
parent
a9b3b5c506
commit
d00a5ea9d8
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user