From 1b348dc676df89c2a2c35cd9d76cb78957157fcd Mon Sep 17 00:00:00 2001 From: Negash Date: Mon, 8 Jan 2024 17:57:19 +0000 Subject: [PATCH] add simple configuration --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 01b2a7b..ad7b571 100644 --- a/README.md +++ b/README.md @@ -6,4 +6,13 @@ ### how it works - rook.io snapshots! - argo workflow+events automation -- light client (argo cli + aldaas script) as proxy to large DB \ No newline at end of file +- light client (argo cli + aldaas script) as proxy to large DB + +### configuration +I love rancher) and use [fleet](https://fleet.rancher.io) for quick prepare ceph and argo + +- create kubernetes cluster (1.26 or high) with VolumeSnapshot feature +- install rook-ceph in with Volume Snapshot Class [see example](https://github.com/Negashev/aldaas/blob/main/fleet/ceph/fleet.yaml) +- install argo-events with `webhook.enabled` +- install argo-workflows with `server.ingress.enabled` and default serviceAccountName for workflow like [`argo-workflow`](https://github.com/Negashev/aldaas/blob/main/fleet/argo/workflow/fleet.yaml#L51) +- install aldaas helm from `./chart` \ No newline at end of file