HowTo
This commit is contained in:
parent
1b9e8b9db0
commit
80c85c0387
18
README.md
18
README.md
|
@ -2,21 +2,19 @@
|
|||
|
||||
**WARNIGN - test branch, does not respect the target strategy for a production environment**
|
||||
|
||||
- Create cluster
|
||||
1. Create cluster
|
||||
|
||||
- To create cluster instance
|
||||
```kind create cluster --config requires/cluster/cluster.yaml```
|
||||
|
||||
kind create cluster --config requires/cluster/cluster.yaml
|
||||
2. Install operators and openldap(dev)
|
||||
|
||||
- Install operators and openldap(dev)
|
||||
```kubectl apply -k requires/```
|
||||
|
||||
kubectl apply -k requires/
|
||||
3. Define IP poll address
|
||||
|
||||
- Define IP poll address
|
||||
```kubectl apply -k base/cluster/lb```
|
||||
|
||||
kubectl apply -k base/cluster/lb
|
||||
4. Install nextcloud
|
||||
|
||||
- Install nextcloud
|
||||
|
||||
kubectl apply -k overlays/dev
|
||||
```kubectl apply -k overlays/dev```
|
||||
|
||||
|
|
Loading…
Reference in New Issue