Skip to content

Commit

Permalink
add simple configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Negashev committed Jan 8, 2024
1 parent 4e20509 commit 1b348dc
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
- 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`

0 comments on commit 1b348dc

Please sign in to comment.