disco
disco copied to clipboard
simplified
Back to basics with the Akash Provider install on VM infrastructure using Kubespray. We can build up from this with optional extras.
Description
It's a start from scratch using Ansible to configure an Akash Provider on top of a Kubernetes cluster with ArgoCD and Helm charts.
Motivation and Context
We are onboarding more providers and the current DISCO was a bit out of date and tailored more towards being composable and experimental. This repo has been repurposed for helping new providers get setup quickly.
How Has This Been Tested?
Yes, we use these playbooks already for spinning up test environments.
Types of changes
- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [x] Breaking change (fix or feature that would cause existing functionality to change)
Checklist:
- [x] My code follows the code style of this project.
- [x] My change requires a change to the documentation.
- [x] I have updated the documentation accordingly.
- [ ] I have added tests to cover my changes.
- [ ] All new and existing tests passed.