mirror of
https://github.com/amkartashov/gf-k8s.git
synced 2026-01-11 01:49:44 +00:00
Add applications table into readme
This commit is contained in:
parent
30c94ecb8b
commit
b710c3999b
1 changed files with 9 additions and 1 deletions
10
README.md
10
README.md
|
|
@ -1,5 +1,13 @@
|
||||||
# GitOps repository for kubernetes cluster
|
# GitOps repository for kubernetes cluster
|
||||||
|
|
||||||
|
## Applications
|
||||||
|
|
||||||
|
| Application | Description | Status |
|
||||||
|
|----------------|-------------|--------|
|
||||||
|
| [System](https://argocd.ioot.xyz/applications/argocd/system) | System app of apps ||
|
||||||
|
| [Apps](https://argocd.ioot.xyz/applications/argocd/apps) | Main app of apps ||
|
||||||
|
| [ArgoCD](https://argocd.ioot.xyz/applications/argocd/argo-cd) | ||
|
||||||
|
|
||||||
## Cluster initialization
|
## Cluster initialization
|
||||||
|
|
||||||
Single node cluster.
|
Single node cluster.
|
||||||
|
|
@ -8,7 +16,7 @@ OS: Debian 11
|
||||||
|
|
||||||
Cluster created with kubeadm https://kubernetes.io/docs/setup/production-environment/tools/kubeadm/create-cluster-kubeadm/
|
Cluster created with kubeadm https://kubernetes.io/docs/setup/production-environment/tools/kubeadm/create-cluster-kubeadm/
|
||||||
|
|
||||||
## ArgoCD bootstrap
|
### ArgoCD bootstrap
|
||||||
|
|
||||||
* Create ssh key for argocd, f.e. `ssh-keygen -f .ssh/argocd.ioot.xyz`
|
* Create ssh key for argocd, f.e. `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
|
* Add pub key .ssh/argocd.ioot.xyz.pub to https://github.com/amkartashov/gf-k8s/settings/keys/new
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue