Skip to content

iampsrv/argocd-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Commands:

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

kubectl get pod -n argocd kubectl get svc -n argocd

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

Username: admin (default)

Password: kubectl get secret argocd-initial-admin-secret -n argocd -o yaml echo hash | base64 --decode

kubectl patch svc argocd-server -n argocd -p '{"spec": {"type": "LoadBalancer"}}'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published