Skip to content

maikhir/argocd-app-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

argocd-app-config

install ArgoCD in k8s

kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/install.yaml

access ArgoCD UI

kubectl get svc -n argocd kubectl port-forward svc/argocd-server 8080:443 -n argocd

login with admin user and below token (as in documentation): on linux machine

kubectl -n argocd get secret argocd-initial-admin-secret -o jsonpath="{.data.password}" | base64 --decode && echo

you can change and delete init password

kubectl get secret -n argocd

kubectl delete secret ...

Links

Config repo: https://gitlab.com/nanuchi/argocd-app-config

Docker repo: https://hub.docker.com/repository/docker/nanajanashia/argocd-app

Install ArgoCD: https://argo-cd.readthedocs.io/en/stable/getting_started/#1-install-argo-cd

Login to ArgoCD: https://argo-cd.readthedocs.io/en/stable/getting_started/#4-login-using-the-cli

ArgoCD Configuration: https://argo-cd.readthedocs.io/en/stable/operator-manual/declarative-setup/

About

argocd-app-config

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published