break: migrate back to bare-metal (and ansible)
- remove docker-compose.yml
- add ansible playbook for k3s and argocd deployment
- update renovate custom manager for k3s version
- update README.md with new instructions
🤖
This commit is contained in:
parent
8bc212d546
commit
13cded188f
4 changed files with 77 additions and 24 deletions
|
@ -1,4 +1,4 @@
|
|||
# k3s Kubernetes + Baseline
|
||||
# k3s Kubernetes + ArgoCD + Baseline
|
||||
|
||||
* [k3s](https://docs.k3s.io/)
|
||||
* [ArgoCD](https://argoproj.github.io/cd/)
|
||||
|
@ -10,13 +10,13 @@
|
|||
* [keel](https://keel.sh)
|
||||
* [reloader](https://github.com/stakater/Reloader)
|
||||
|
||||
## Run (k3s + baseline)
|
||||
## Run (Deploy k3s + ArgoCD + Baseline)
|
||||
|
||||
`docker compose up`
|
||||
`ansible-playbook k3s_boostrap.yml -i <host|ip>,`
|
||||
|
||||
### Get kubeconfig
|
||||
|
||||
`docker compose exec -it k3s kubectl config view --flatten`
|
||||
`cat /etc/rancher/k3s/k3s.yml`
|
||||
|
||||
### Add Agents
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue