From 1b9e8b9db0db5ddf2f8a96e7e08941b4f3ce7790 Mon Sep 17 00:00:00 2001 From: vfebvre Date: Wed, 30 Aug 2023 11:43:44 +0200 Subject: [PATCH] HowTo --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.md b/README.md index 2f11281..7cd76dc 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,22 @@ # nextcloud-kustom +**WARNIGN - test branch, does not respect the target strategy for a production environment** + +- Create cluster + + - To create cluster instance + +kind create cluster --config requires/cluster/cluster.yaml + + - Install operators and openldap(dev) + +kubectl apply -k requires/ + +- Define IP poll address + +kubectl apply -k base/cluster/lb + +- Install nextcloud + +kubectl apply -k overlays/dev +