21 lines
399 B
Markdown
21 lines
399 B
Markdown
# nextcloud-kustom
|
|
|
|
**WARNING - test branch, does not respect the target strategy for a production environment**
|
|
|
|
1. Create cluster
|
|
|
|
```kind create cluster --config requires/cluster/cluster.yaml```
|
|
|
|
2. Install operators and openldap(dev)
|
|
|
|
```kubectl apply -k requires/```
|
|
|
|
3. Define IP poll address
|
|
|
|
```kubectl apply -k base/cluster/lb```
|
|
|
|
4. Install nextcloud
|
|
|
|
```kubectl apply -k overlays/dev```
|
|
|