nextcloud-kustom/README.md

21 lines
399 B
Markdown
Raw Normal View History

2023-08-30 11:20:51 +02:00
# nextcloud-kustom
2023-08-30 11:43:44 +02:00
**WARNIGN - test branch, does not respect the target strategy for a production environment**
2023-08-30 11:45:59 +02:00
1. Create cluster
2023-08-30 11:43:44 +02:00
2023-08-30 11:45:59 +02:00
```kind create cluster --config requires/cluster/cluster.yaml```
2023-08-30 11:43:44 +02:00
2023-08-30 11:45:59 +02:00
2. Install operators and openldap(dev)
2023-08-30 11:43:44 +02:00
2023-08-30 11:45:59 +02:00
```kubectl apply -k requires/```
2023-08-30 11:43:44 +02:00
2023-08-30 11:45:59 +02:00
3. Define IP poll address
2023-08-30 11:43:44 +02:00
2023-08-30 11:45:59 +02:00
```kubectl apply -k base/cluster/lb```
2023-08-30 11:43:44 +02:00
2023-08-30 11:45:59 +02:00
4. Install nextcloud
2023-08-30 11:43:44 +02:00
2023-08-30 11:45:59 +02:00
```kubectl apply -k overlays/dev```
2023-08-30 11:43:44 +02:00