refactoring

This commit is contained in:
Andrei Kartashov 2023-09-03 09:12:34 +07:00
parent 81bcb8743d
commit 18366a9b05
209 changed files with 191 additions and 0 deletions

19
README.md Normal file
View file

@ -0,0 +1,19 @@
# GitOps repository for kubernetes cluster
## Cluster initialization
Single node cluster.
OS: Debian 11
Cluster created with kubeadm https://kubernetes.io/docs/setup/production-environment/tools/kubeadm/create-cluster-kubeadm/
## ArgoCD bootstrap
```bash
ssh-keygen -f .ssh/argocd.ioot.xyz
# add pub key .ssh/argocd.ioot.xyz.pub to https://github.com/amkartashov/gf-k8s/settings/keys/new
$ scripts/bootstrap.sh -k gullfaxi -e gullfaxi
```

Some files were not shown because too many files have changed in this diff Show more