From 80c85c03879f66c306b3c34f07f404da87e23918 Mon Sep 17 00:00:00 2001 From: vfebvre Date: Wed, 30 Aug 2023 11:45:59 +0200 Subject: [PATCH] HowTo --- README.md | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 7cd76dc..6b74e83 100644 --- a/README.md +++ b/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```