This commit is contained in:
vfebvre 2023-08-30 11:45:59 +02:00
parent 1b9e8b9db0
commit 80c85c0387
1 changed files with 8 additions and 10 deletions

View File

@ -2,21 +2,19 @@
**WARNIGN - test branch, does not respect the target strategy for a production environment** **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