mirror of
https://github.com/amkartashov/gf-k8s.git
synced 2026-01-09 17:19:42 +00:00
refactoring
This commit is contained in:
parent
81bcb8743d
commit
18366a9b05
209 changed files with 191 additions and 0 deletions
19
README.md
Normal file
19
README.md
Normal 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
Loading…
Reference in a new issue